Completed
Push — master ( d54351...6ce5d4 )
by Rafael
03:34
created
tests/PropertyMatcher/CallableMatcherTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.