Skip to content

Commit 762eca0

Browse files
committed
Misc: Fixed tests failing tests.
1 parent e3c4cd4 commit 762eca0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

tests/Builder/SelectStatementTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ public function testBuilder()
2424
);
2525
}
2626

27-
public function testBuilderUnion() {
27+
public function testBuilderUnion()
28+
{
2829
$parser = new Parser('SELECT 1 UNION SELECT 2');
2930
$stmt = $parser->statements[0];
3031

0 commit comments

Comments
 (0)