Passed
Pull Request — master (#16)
by Pascal
02:46
created
src/Accessor/PropertyAccessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         }
39 39
 
40 40
         return \Closure::bind(
41
-            function ($property) {
41
+            function($property) {
42 42
                 return $this->$property;
43 43
             },
44 44
             $object,
Please login to merge, or discard this patch.