Passed
Branch dev (ed2997)
by Бабичев
19:38 queued 09:42
created
src/XMLReader/XMLReader.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,8 +108,8 @@
 block discarded – undo
108 108
         {
109 109
             if (!$item->count())
110 110
             {
111
-                 $output[$key] = $this->_asArray($item);
112
-                 continue;
111
+                    $output[$key] = $this->_asArray($item);
112
+                    continue;
113 113
             }
114 114
 
115 115
             Arr::initOrPush(
Please login to merge, or discard this patch.