@@ -17,7 +17,7 @@ |
||
17 | 17 | interface DecorationInterface extends ServiceInterface |
18 | 18 | { |
19 | 19 | /** |
20 | - * @return array<string, string> The first value is the service id of the decorated service. The second argument is |
|
20 | + * @return string[] string> The first value is the service id of the decorated service. The second argument is |
|
21 | 21 | * the new name of the decorated service. |
22 | 22 | */ |
23 | 23 | public function getDecoration(); |
@@ -336,7 +336,7 @@ |
||
336 | 336 | ); |
337 | 337 | } |
338 | 338 | |
339 | - return new Factory($service, $factoryClass, $factoryMethod); |
|
339 | + return new Factory($service, $factoryClass, $factoryMethod); |
|
340 | 340 | } |
341 | 341 | |
342 | 342 | /** |