Passed
Pull Request — master (#12)
by
unknown
01:54
created
src/XmlToArray.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.