@@ -8,7 +8,7 @@ |
||
8 | 8 | } |
9 | 9 | |
10 | 10 | if (is_array($value)) { |
11 | - return array_map(function ($value) { |
|
11 | + return array_map(function($value) { |
|
12 | 12 | return cloneValue($value); |
13 | 13 | }, $value); |
14 | 14 | } |
@@ -123,7 +123,7 @@ |
||
123 | 123 | } |
124 | 124 | |
125 | 125 | if (is_array($property)) { |
126 | - return array_map(function ($property) { |
|
126 | + return array_map(function($property) { |
|
127 | 127 | if ($property instanceof Type) { |
128 | 128 | return $property->toXmlObject(); |
129 | 129 | } |