Completed
Push — master ( 82389f...393c59 )
by Rafael
02:39
created
tests/Array2ObjectTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         //register custom parser
56 56
         Array2Object::registerParser(
57 57
             new CallableParser(
58
-                function ($value, $type, \ReflectionProperty $property, $object) {
58
+                function($value, $type, \ReflectionProperty $property, $object) {
59 59
                     if ($property->name === 'salary') {
60 60
                         $value = str_replace('$', null, $value);
61 61
                     }
Please login to merge, or discard this patch.
tests/Object2ArrayTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         //register custom parser
56 56
         Array2Object::registerParser(
57 57
             new CallableParser(
58
-                function ($value, $type, \ReflectionProperty $property, $object) {
58
+                function($value, $type, \ReflectionProperty $property, $object) {
59 59
                     if ($property->name === 'salary') {
60 60
                         $value = str_replace('$', null, $value);
61 61
                     }
Please login to merge, or discard this patch.