Completed
Push — master ( f1f7b4...b23ba5 )
by David
02:28
created
src/Dwo/Aggregator/Dumper/DeepDumper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,8 +28,7 @@
 block discarded – undo
28 28
 
29 29
             if($entry instanceof \Iterator) {
30 30
                 $entry = FlatDumper::toArray($entry);
31
-            }
32
-            else if($entry instanceof Aggregate) {
31
+            } else if($entry instanceof Aggregate) {
33 32
                 $entry = $entry->getData();
34 33
             }
35 34
 
Please login to merge, or discard this patch.