We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d31e99 commit a0627beCopy full SHA for a0627be
1 file changed
tests/src/SQL/JoinTest.php
@@ -68,7 +68,7 @@ public function dataGetParameters()
68
),
69
array(
70
new SQL\Aliased('table'),
71
- array('col1' => new SQL\SQL(' < ?', array(20)), 'col2' => new SQL\SQL('= ?', [32])),
+ array('col1' => new SQL\SQL(' < ?', array(20)), 'col2' => new SQL\SQL('= ?', array(32))),
72
array(20, 32),
73
74
0 commit comments