diff options
author | Michal Čihař <michal@cihar.com> | 2017-02-13 12:03:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-13 12:03:38 +0100 |
commit | 802d17a88c3b86ccae5914dc0db83ac37b286d09 (patch) | |
tree | fe07e92d0b6d26bdabbda0ca38657d615a2e2e0a /tests/Utils/ErrorTest.php | |
parent | c0a420d542a5f46b8b3ecf7fff0cb6bd8f521552 (diff) | |
parent | 557fa33ae37f8bfb95d6f415e0d4ad43cf20093e (diff) | |
download | sql-parser-802d17a88c3b86ccae5914dc0db83ac37b286d09.zip sql-parser-802d17a88c3b86ccae5914dc0db83ac37b286d09.tar.gz sql-parser-802d17a88c3b86ccae5914dc0db83ac37b286d09.tar.bz2 |
Merge pull request #136 from bigfoot90/cs-fix-order-imports
Cs fix order imports
Diffstat (limited to 'tests/Utils/ErrorTest.php')
-rw-r--r-- | tests/Utils/ErrorTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Utils/ErrorTest.php b/tests/Utils/ErrorTest.php index 0c218ae..7a62e46 100644 --- a/tests/Utils/ErrorTest.php +++ b/tests/Utils/ErrorTest.php @@ -4,8 +4,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Utils; use PhpMyAdmin\SqlParser\Lexer; use PhpMyAdmin\SqlParser\Parser; -use PhpMyAdmin\SqlParser\Utils\Error; use PhpMyAdmin\SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Utils\Error; class ErrorTest extends TestCase { |