Completed
Branch 2.0.0 (a6ce5f)
by Chubarov
06:30 queued 03:11
created
src/Handlers/XmlHandler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
      */
128 128
     public function toArray()
129 129
     {
130
-       return  $this->xmlToArrayRecursive($this->validText);
130
+        return  $this->xmlToArrayRecursive($this->validText);
131 131
     }
132 132
 
133 133
     /**
Please login to merge, or discard this patch.