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/Components/Array2dTest.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/Components/Array2dTest.php')
-rw-r--r-- | tests/Components/Array2dTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Components/Array2dTest.php b/tests/Components/Array2dTest.php index b268d99..a1c9786 100644 --- a/tests/Components/Array2dTest.php +++ b/tests/Components/Array2dTest.php @@ -69,5 +69,4 @@ class Array2dTest extends TestCase $parser->errors[0]->getMessage() ); } - } |