@@ -140,7 +140,7 @@ |
||
| 140 | 140 | [ |
| 141 | 141 | ContainerInterface::class, |
| 142 | 142 | 'int', |
| 143 | - function (ReflectionParameter $parameter) { |
|
| 143 | + function(ReflectionParameter $parameter) { |
|
| 144 | 144 | return $parameter->allowsNull() === true && $parameter->isArray() === true; |
| 145 | 145 | } |
| 146 | 146 | ] |