summaryrefslogtreecommitdiffstats
path: root/tests/Components/LimitTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Components/LimitTest.php')
-rw-r--r--tests/Components/LimitTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Components/LimitTest.php b/tests/Components/LimitTest.php
index 9c97861..466a199 100644
--- a/tests/Components/LimitTest.php
+++ b/tests/Components/LimitTest.php
@@ -2,8 +2,8 @@
namespace PhpMyAdmin\SqlParser\Tests\Components;
-use PhpMyAdmin\SqlParser\Parser;
use PhpMyAdmin\SqlParser\Components\Limit;
+use PhpMyAdmin\SqlParser\Parser;
use PhpMyAdmin\SqlParser\Tests\TestCase;
class LimitTest extends TestCase
@@ -22,6 +22,7 @@ class LimitTest extends TestCase
/**
* @dataProvider testParseProvider
+ *
* @param mixed $test
*/
public function testParse($test)