Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2020-01-23 19:03:29 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2020-01-23 19:03:29 +0300
commit206199105ea3b6ea10f13472b99bb02ca5f94848 (patch)
treeb59f6f8e692836b21334e0fe3e138eaab4cd9124 /test/classes/TableTest.php
parent6584b01824c95441c3148fd5313a9c7c602c7bf4 (diff)
Remove useless return type annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/classes/TableTest.php')
-rw-r--r--test/classes/TableTest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/classes/TableTest.php b/test/classes/TableTest.php
index 9b67cbd509..e3ec29ce93 100644
--- a/test/classes/TableTest.php
+++ b/test/classes/TableTest.php
@@ -21,8 +21,6 @@ class TableTest extends PmaTestCase
{
/**
* Configures environment
- *
- * @return void
*/
protected function setUp(): void
{
@@ -402,8 +400,6 @@ class TableTest extends PmaTestCase
* @param bool $result expected result
* @param bool $is_backquoted is backquoted
*
- * @return void
- *
* @dataProvider dataValidateName
*/
public function testValidateName($name, $result, $is_backquoted = false): void