← All changes
|
vendor/symfony/service-contracts/ServiceProviderInterface.php
+1
-1
3.0.15
→
3.2.90
View file →
| @@ -29,6 +29,6 @@ | ||
| 29 | 29 | * * ['bar' => '?Bar\Baz'] means the container provides a service "bar" of type Bar\Baz|null |
| 30 | 30 | * |
| 31 | 31 | * @return string[] The provided service types, keyed by service names |
| 32 | 32 | */ |
| 33 | - public function getProvidedServices() : array; | |
| 33 | + public function getProvidedServices(): array; | |
| 34 | 34 | } |