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-10-14 01:56:56 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2020-10-14 01:56:56 +0300
commitdb3da81056b365df311750dc33a6da589c6f289c (patch)
tree70cd13b9a3ba9e833140e81b1b8b5894f17a9d10 /test/classes/BookmarkTest.php
parent97f53937ee726fba56d056448b95cbfef291e087 (diff)
Remove some useless comments
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'test/classes/BookmarkTest.php')
-rw-r--r--test/classes/BookmarkTest.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/classes/BookmarkTest.php b/test/classes/BookmarkTest.php
index d8a7d72131..7955d11ec9 100644
--- a/test/classes/BookmarkTest.php
+++ b/test/classes/BookmarkTest.php
@@ -1,7 +1,4 @@
<?php
-/**
- * Tests for Bookmark class
- */
declare(strict_types=1);
@@ -9,9 +6,6 @@ namespace PhpMyAdmin\Tests;
use PhpMyAdmin\Bookmark;
-/**
- * Tests for Bookmark class
- */
class BookmarkTest extends AbstractTestCase
{
/**