@@ -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 | } |