@@ -65,7 +65,7 @@ |
||
| 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 | } |