Completed
Pull Request — master (#47)
by Greg
02:01
created
src/Transformations/DomToArraySimplifier.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -156,8 +156,7 @@
 block discarded – undo
156 156
             $id = $this->getIdOfValue($value);
157 157
             if ($id) {
158 158
                 $simplifiedChildren[$parentKey][$id] = $value;
159
-            }
160
-            else {
159
+            } else {
161 160
                 $simplifiedChildren[$parentKey][] = $value;
162 161
             }
163 162
         }
Please login to merge, or discard this patch.