@@ -65,7 +65,7 @@ |
||
65 | 65 | protected function faultToArray(\SimpleXMLElement $element): array |
66 | 66 | { |
67 | 67 | return array_map( |
68 | - function (\SimpleXMLElement $element) { |
|
68 | + function(\SimpleXMLElement $element) { |
|
69 | 69 | return $element->children() ? $this->faultToArray($element) : strval($element); |
70 | 70 | }, |
71 | 71 | iterator_to_array($element->children()) |