Passed
Push — master ( 4866cc...749535 )
by smiley
09:39
created
src/Result.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -345,7 +345,7 @@
 block discarded – undo
345 345
 
346 346
 		for( ; $this->offset < $pos; ){
347 347
 
348
-			if(!\next($this->array)) {
348
+			if(!\next($this->array)){
349 349
 				throw new \OutOfBoundsException('invalid seek position: '.$pos);
350 350
 			}
351 351
 
Please login to merge, or discard this patch.