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-20 23:35:56 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2020-01-20 23:35:56 +0300
commitf80d3e3bd4d1ef58a6b2dd51d5c56b98a26a879f (patch)
tree5722df1e3b870b7f567c3c87f324fd110f2efaab /test/classes/Table
parent6283caaabff0ba94193c06d7adb65eeed1cbde5a (diff)
Remove unnecessary annotations
@package, @subpackage and others. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/classes/Table')
-rw-r--r--test/classes/Table/SearchTest.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/classes/Table/SearchTest.php b/test/classes/Table/SearchTest.php
index af7359db80..dc8ec78177 100644
--- a/test/classes/Table/SearchTest.php
+++ b/test/classes/Table/SearchTest.php
@@ -1,7 +1,4 @@
<?php
-/**
- * @package PhpMyAdmin\Tests\Table
- */
declare(strict_types=1);
namespace PhpMyAdmin\Tests\Table;
@@ -9,9 +6,6 @@ namespace PhpMyAdmin\Tests\Table;
use PhpMyAdmin\Table\Search;
use PHPUnit\Framework\TestCase;
-/**
- * @package PhpMyAdmin\Tests\Table
- */
class SearchTest extends TestCase
{
/** @var Search */