Passed
Push — master ( f203fc...5fc329 )
by Bas
02:09
created
src/SoapDeserializationVisitor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
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())
Please login to merge, or discard this patch.