@@ -25,7 +25,7 @@ |
||
25 | 25 | { |
26 | 26 | $converter = new static($xml); |
27 | 27 | $array = $converter->toArray(); |
28 | - if($outputRoot==false) { |
|
28 | + if ($outputRoot == false) { |
|
29 | 29 | $array = $array[$array["@root"]]; |
30 | 30 | } |
31 | 31 |