diff options
author | Michal Čihař <michal@cihar.com> | 2017-10-10 13:44:04 +0200 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-10-10 13:44:04 +0200 |
commit | d5592264c2422cd4694d6d23f25faa5469cd1a0d (patch) | |
tree | 9fc92dddd7721edd100092659036b53af7215a2e /tests/Utils/QueryTest.php | |
parent | 1ef63fad959b185a9d22e818360a4e16dc4c42a5 (diff) | |
download | sql-parser-d5592264c2422cd4694d6d23f25faa5469cd1a0d.zip sql-parser-d5592264c2422cd4694d6d23f25faa5469cd1a0d.tar.gz sql-parser-d5592264c2422cd4694d6d23f25faa5469cd1a0d.tar.bz2 |
Apply php-cs-fixer
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'tests/Utils/QueryTest.php')
-rw-r--r-- | tests/Utils/QueryTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php index c835549..31e7a64 100644 --- a/tests/Utils/QueryTest.php +++ b/tests/Utils/QueryTest.php @@ -370,7 +370,7 @@ class QueryTest extends TestCase 'parser' => $parser, 'statement' => $parser->statements[0], 'select_expr' => array( - 'CASE WHEN 2 IS NULL THEN "this is true" ELSE "this is false" END' + 'CASE WHEN 2 IS NULL THEN "this is true" ELSE "this is false" END', ), 'select_tables' => array(), ) |