diff options
author | Maurício Meneghini Fauth <mauricio@fauth.dev> | 2019-12-14 12:43:05 -0300 |
---|---|---|
committer | Maurício Meneghini Fauth <mauricio@fauth.dev> | 2019-12-14 12:43:05 -0300 |
commit | 53b6ab87749357700f7129d0400fee3afc9ec50d (patch) | |
tree | 6325a11c1513e6099d1bc07eabf0c2f1e9d49aa1 /tests/Misc | |
parent | 53441d712bc5e8d0f5f08144fd0ec4dfd5f8b04c (diff) | |
download | sql-parser-53b6ab87749357700f7129d0400fee3afc9ec50d.zip sql-parser-53b6ab87749357700f7129d0400fee3afc9ec50d.tar.gz sql-parser-53b6ab87749357700f7129d0400fee3afc9ec50d.tar.bz2 |
Remove useless comments and annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'tests/Misc')
-rw-r--r-- | tests/Misc/BugsTest.php | 4 | ||||
-rw-r--r-- | tests/Misc/ParameterTest.php | 4 | ||||
-rw-r--r-- | tests/Misc/UtfStringTest.php | 4 |
3 files changed, 6 insertions, 6 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) { diff --git a/tests/Misc/ParameterTest.php b/tests/Misc/ParameterTest.php index accd19e..cfabfb1 100644 --- a/tests/Misc/ParameterTest.php +++ b/tests/Misc/ParameterTest.php @@ -8,9 +8,9 @@ use PhpMyAdmin\SqlParser\Tests\TestCase; class ParameterTest extends TestCase { /** - * @dataProvider parameterProvider - * * @param mixed $test + * + * @dataProvider parameterProvider */ public function testParameter($test) { diff --git a/tests/Misc/UtfStringTest.php b/tests/Misc/UtfStringTest.php index d351e77..965812f 100644 --- a/tests/Misc/UtfStringTest.php +++ b/tests/Misc/UtfStringTest.php @@ -84,11 +84,11 @@ class UtfStringTest extends TestCase /** * Test access to string. * - * @dataProvider utf8Strings - * * @param mixed $text * @param mixed $pos10 * @param mixed $pos20 + * + * @dataProvider utf8Strings */ public function testAccess($text, $pos10, $pos20) { |