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 /examples/signon-script.php
parent6283caaabff0ba94193c06d7adb65eeed1cbde5a (diff)
Remove unnecessary annotations
@package, @subpackage and others. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'examples/signon-script.php')
-rw-r--r--examples/signon-script.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/signon-script.php b/examples/signon-script.php
index c93d91eddd..039e3b0248 100644
--- a/examples/signon-script.php
+++ b/examples/signon-script.php
@@ -6,8 +6,6 @@
* phpMyAdmin, it is not intended to be perfect code and look, only
* shows how you can integrate this functionality in your application.
*
- * @package PhpMyAdmin
- * @subpackage Example
*/
declare(strict_types=1);