summaryrefslogtreecommitdiffstats
path: root/tests/Utils/MiscTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils/MiscTest.php')
-rw-r--r--tests/Utils/MiscTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Utils/MiscTest.php b/tests/Utils/MiscTest.php
index dbd200e..480d687 100644
--- a/tests/Utils/MiscTest.php
+++ b/tests/Utils/MiscTest.php
@@ -10,10 +10,10 @@ use PhpMyAdmin\SqlParser\Utils\Misc;
class MiscTest extends TestCase
{
/**
- * @dataProvider getAliasesProvider
- *
* @param mixed $query
* @param mixed $db
+ *
+ * @dataProvider getAliasesProvider
*/
public function testGetAliases($query, $db, array $expected)
{