| @@ -28,8 +28,7 @@ | ||
| 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 | |