Passed
Push — master ( 749535...2255b4 )
by smiley
01:29
created
src/Query/WhereTrait.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
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[] = '?';
Please login to merge, or discard this patch.
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.