@@ -132,7 +132,7 @@ |
||
| 132 | 132 | [ |
| 133 | 133 | ContainerInterface::class, |
| 134 | 134 | 'int', |
| 135 | - function (ReflectionParameter $parameter) { |
|
| 135 | + function(ReflectionParameter $parameter) { |
|
| 136 | 136 | return $parameter->allowsNull() === true && $parameter->isArray() === true; |
| 137 | 137 | }, |
| 138 | 138 | ] |