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/Utils/QueryTest.php | |
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/Utils/QueryTest.php')
-rw-r--r-- | tests/Utils/QueryTest.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php index 5c0cc55..340f70f 100644 --- a/tests/Utils/QueryTest.php +++ b/tests/Utils/QueryTest.php @@ -10,10 +10,10 @@ use PhpMyAdmin\SqlParser\Utils\Query; class QueryTest extends TestCase { /** - * @dataProvider getFlagsProvider - * * @param mixed $query * @param mixed $expected + * + * @dataProvider getFlagsProvider */ public function testGetFlags($query, $expected) { @@ -396,10 +396,10 @@ class QueryTest extends TestCase } /** - * @dataProvider getTablesProvider - * * @param mixed $query * @param mixed $expected + * + * @dataProvider getTablesProvider */ public function testGetTables($query, $expected) { |