@@ -19,7 +19,7 @@ |
||
| 19 | 19 | public function buildMatcher() |
| 20 | 20 | { |
| 21 | 21 | return new CallableMatcher( |
| 22 | - function (\ReflectionProperty $property, $givenName) { |
|
| 22 | + function(\ReflectionProperty $property, $givenName) { |
|
| 23 | 23 | return ($givenName === 'prueba' && $property->getName() === 'test'); |
| 24 | 24 | } |
| 25 | 25 | ); |