@@ -68,7 +68,7 @@ |
||
| 68 | 68 | $constructor = $this->class->getConstructor(); |
| 69 | 69 | $parameter = end(array_filter( |
| 70 | 70 | $constructor->getParameters(), |
| 71 | - function (\ReflectionParameter $parameter) use ($propertyName) { |
|
| 71 | + function(\ReflectionParameter $parameter) use ($propertyName) { |
|
| 72 | 72 | return $parameter->getName() === $propertyName; |
| 73 | 73 | } |
| 74 | 74 | )); |