We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c4cd4 commit 762eca0Copy full SHA for 762eca0
3 files changed
tests/Builder/SelectStatementTest.php
@@ -24,7 +24,8 @@ public function testBuilder()
24
);
25
}
26
27
- public function testBuilderUnion() {
+ public function testBuilderUnion()
28
+ {
29
$parser = new Parser('SELECT 1 UNION SELECT 2');
30
$stmt = $parser->statements[0];
31
0 commit comments