Test Setup Failed
Branch develop (ea219e)
by Filipe
02:39
created
src/Btrieve.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -627,7 +627,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.