summaryrefslogtreecommitdiffstats
path: root/tests/Parser/LoadStatementTest.php
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-02-20 13:17:54 +0100
committerMichal Čihař <michal@cihar.com>2017-02-20 13:17:54 +0100
commit273d957f2c82fb9f3726cc62bf515c9a7cd889b6 (patch)
tree53a5b2ff2d4ba3987bc295558b15373cd33e87b5 /tests/Parser/LoadStatementTest.php
parent21d143b10673798ff09fc1f31e745cc1931a6819 (diff)
downloadsql-parser-273d957f2c82fb9f3726cc62bf515c9a7cd889b6.zip
sql-parser-273d957f2c82fb9f3726cc62bf515c9a7cd889b6.tar.gz
sql-parser-273d957f2c82fb9f3726cc62bf515c9a7cd889b6.tar.bz2
Aplly coding style fixes
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'tests/Parser/LoadStatementTest.php')
-rw-r--r--tests/Parser/LoadStatementTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Parser/LoadStatementTest.php b/tests/Parser/LoadStatementTest.php
index 32b5707..089b1f4 100644
--- a/tests/Parser/LoadStatementTest.php
+++ b/tests/Parser/LoadStatementTest.php
@@ -39,7 +39,7 @@ class LoadStatementTest extends TestCase
array('parser/parseLoadErr3'),
array('parser/parseLoadErr4'),
array('parser/parseLoadErr5'),
- array('parser/parseLoadErr6')
+ array('parser/parseLoadErr6'),
);
}
}