@@ -54,7 +54,7 @@ |
||
54 | 54 | ->where('t2.what', 3) |
55 | 55 | ->openBracket('and') |
56 | 56 | ->where('t1.what', 't2.what', '>', false) |
57 | - ->where('t2.what', [1,2,3], 'in') |
|
57 | + ->where('t2.what', [1, 2, 3], 'in') |
|
58 | 58 | ->closeBracket() |
59 | 59 | ->where('t3.what', $this->statement->select->cols(['foo'])->from(['nope'])->where('bar', 42), 'in', true, 'or') |
60 | 60 | ->groupby(['foo', 'bar']) |