@@ -86,7 +86,7 @@ |
||
| 86 | 86 | } |
| 87 | 87 | |
| 88 | 88 | $types = array_map( |
| 89 | - function (AttributeValue $av) { |
|
| 89 | + function(AttributeValue $av) { |
|
| 90 | 90 | return $av->getXsiType(); |
| 91 | 91 | }, |
| 92 | 92 | $attributeValue, |