@@ -11,7 +11,7 @@ |
||
11 | 11 | interface DeferredServiceProviderInterface extends ServiceProviderInterface |
12 | 12 | { |
13 | 13 | /** |
14 | - * @return string[] a list of IDs of services provided |
|
15 | - */ |
|
14 | + * @return string[] a list of IDs of services provided |
|
15 | + */ |
|
16 | 16 | public function provides(): array; |
17 | 17 | } |