summaryrefslogtreecommitdiffstats
path: root/tests/Utils/QueryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils/QueryTest.php')
-rw-r--r--tests/Utils/QueryTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php
index fb34c5f..faae263 100644
--- a/tests/Utils/QueryTest.php
+++ b/tests/Utils/QueryTest.php
@@ -3,13 +3,14 @@
namespace PhpMyAdmin\SqlParser\Tests\Utils;
use PhpMyAdmin\SqlParser\Parser;
-use PhpMyAdmin\SqlParser\Utils\Query;
use PhpMyAdmin\SqlParser\Tests\TestCase;
+use PhpMyAdmin\SqlParser\Utils\Query;
class QueryTest extends TestCase
{
/**
* @dataProvider testGetFlagsProvider
+ *
* @param mixed $query
* @param mixed $expected
*/
@@ -349,6 +350,7 @@ class QueryTest extends TestCase
/**
* @dataProvider testGetTablesProvider
+ *
* @param mixed $query
* @param mixed $expected
*/