@@ -99,7 +99,7 @@ |
||
99 | 99 | elseif(in_array(strtolower($val2), ['null', 'false', 'true', 'unknown'], true)){ |
100 | 100 | $where[] = strtoupper($val2); |
101 | 101 | } |
102 | - else { |
|
102 | + else{ |
|
103 | 103 | |
104 | 104 | if($bind){ |
105 | 105 | $where[] = '?'; |
@@ -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 |