Completed
Push — master ( ffbb02...68e5b2 )
by smiley
02:42
created
src/Query/Traits/WhereTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 		$where = [];
55 55
 
56 56
 		foreach($this->where as $k => $v){
57
-			$last = $this->where[$k-1] ?? false;
57
+			$last = $this->where[$k - 1] ?? false;
58 58
 
59 59
 			if(in_array($v, ['AND', 'OR', 'XOR', '(', ')'], true)){
60 60
 				$where[] = $v;
Please login to merge, or discard this patch.