Completed
Push — master ( dfc516...4ef5f0 )
by Rafael
03:44
created
src/Object2Array.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
             $array = $object->__toArray();
66 66
             array_walk_recursive(
67 67
                 $array,
68
-                function (&$item) {
68
+                function(&$item) {
69 69
                     if (is_object($item)) {
70 70
                         $item = $this->createArray($item);
71 71
                     }
Please login to merge, or discard this patch.