@@ -345,7 +345,7 @@ |
||
| 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 | |