diff options
author | Dan Ungureanu <udan1107@gmail.com> | 2015-09-25 11:01:45 +0300 |
---|---|---|
committer | Dan Ungureanu <udan1107@gmail.com> | 2015-09-25 11:01:45 +0300 |
commit | 8f19b8f15e098b06587cc67ce02ecc204fd201c7 (patch) | |
tree | 4219e5576893acc5edf7035218114ce2dbd39ffc /tests/Utils/QueryTest.php | |
parent | 1415469b34b1fc33189e2c801302597b5b50f704 (diff) | |
download | sql-parser-8f19b8f15e098b06587cc67ce02ecc204fd201c7.zip sql-parser-8f19b8f15e098b06587cc67ce02ecc204fd201c7.tar.gz sql-parser-8f19b8f15e098b06587cc67ce02ecc204fd201c7.tar.bz2 |
Updated coding style to follow PSR-2 coding standards.
Diffstat (limited to 'tests/Utils/QueryTest.php')
-rw-r--r-- | tests/Utils/QueryTest.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php index 9929da1..8455dee 100644 --- a/tests/Utils/QueryTest.php +++ b/tests/Utils/QueryTest.php @@ -369,7 +369,8 @@ class QueryTest extends TestCase Query::getClause( $parser->statements[0], $parser->list, - 'LIMIT', 'FROM' + 'LIMIT', + 'FROM' ) ); } |