Completed
Push — master ( 915bed...6486b0 )
by Dominik
09:24 queued 05:51
created
src/Accessor/PropertyAccessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         }
37 37
 
38 38
         $getter = \Closure::bind(
39
-            function ($property) {
39
+            function($property) {
40 40
                 return $this->{$property};
41 41
             },
42 42
             $object,
Please login to merge, or discard this patch.