summaryrefslogtreecommitdiffstats
path: root/tests/Parser/InsertStatementTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parser/InsertStatementTest.php')
-rw-r--r--tests/Parser/InsertStatementTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Parser/InsertStatementTest.php b/tests/Parser/InsertStatementTest.php
index cbc8fb9..503cae9 100644
--- a/tests/Parser/InsertStatementTest.php
+++ b/tests/Parser/InsertStatementTest.php
@@ -8,9 +8,9 @@ use PhpMyAdmin\SqlParser\Tests\TestCase;
class InsertStatementTest extends TestCase
{
/**
- * @dataProvider insertProvider
- *
* @param mixed $test
+ *
+ * @dataProvider insertProvider
*/
public function testInsert($test)
{