@@ -627,7 +627,9 @@ |
||
627 | 627 | $objects = [] |
628 | 628 | while($this->hasNext()) { |
629 | 629 | $next = $this->next(); |
630 | - if($next == FALSE) break; |
|
630 | + if($next == FALSE) { |
|
631 | + break; |
|
632 | + } |
|
631 | 633 | $objects->push($next); |
632 | 634 | } |
633 | 635 |