@@ -125,7 +125,7 @@ |
||
125 | 125 | } |
126 | 126 | |
127 | 127 | if (is_array($property)) { |
128 | - $property = array_map(function ($property) { |
|
128 | + $property = array_map(function($property) { |
|
129 | 129 | if ($property instanceof Type) { |
130 | 130 | return $property->toXmlObject(); |
131 | 131 | } |
@@ -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 | } |