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/FormatterTest.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/FormatterTest.php')
-rw-r--r-- | tests/Utils/FormatterTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Utils/FormatterTest.php b/tests/Utils/FormatterTest.php index 4502bb6..861119e 100644 --- a/tests/Utils/FormatterTest.php +++ b/tests/Utils/FormatterTest.php @@ -2,8 +2,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Utils; -use PhpMyAdmin\SqlParser\Utils\Formatter; use PhpMyAdmin\SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Utils\Formatter; class FormatTest extends TestCase { |