diff options
Diffstat (limited to 'tests/Misc/BugsTest.php')
-rw-r--r-- | tests/Misc/BugsTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Misc/BugsTest.php b/tests/Misc/BugsTest.php index 3769b1f..a467869 100644 --- a/tests/Misc/BugsTest.php +++ b/tests/Misc/BugsTest.php @@ -8,9 +8,9 @@ use PhpMyAdmin\SqlParser\Tests\TestCase; class BugsTest extends TestCase { /** - * @dataProvider bugProvider - * * @param mixed $test + * + * @dataProvider bugProvider */ public function testBug($test) { |