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
path: root/setup
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 /setup
parent6283caaabff0ba94193c06d7adb65eeed1cbde5a (diff)
Remove unnecessary annotations
@package, @subpackage and others. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'setup')
-rw-r--r--setup/config.php2
-rw-r--r--setup/index.php2
-rw-r--r--setup/lib/common.inc.php2
-rw-r--r--setup/validate.php2
4 files changed, 0 insertions, 8 deletions
diff --git a/setup/config.php b/setup/config.php
index 951387d8e4..a66f76a0dc 100644
--- a/setup/config.php
+++ b/setup/config.php
@@ -1,8 +1,6 @@
<?php
/**
* Front controller for config view / download and clear
- *
- * @package PhpMyAdmin-Setup
*/
declare(strict_types=1);
diff --git a/setup/index.php b/setup/index.php
index 4d6eee7f06..ac7d8f1e05 100644
--- a/setup/index.php
+++ b/setup/index.php
@@ -2,8 +2,6 @@
/**
* Front controller for setup script
*
- * @package PhpMyAdmin-Setup
- * @license https://www.gnu.org/licenses/gpl.html GNU GPL 2.0
*/
declare(strict_types=1);
diff --git a/setup/lib/common.inc.php b/setup/lib/common.inc.php
index 43eda6a0b8..8f02efb09e 100644
--- a/setup/lib/common.inc.php
+++ b/setup/lib/common.inc.php
@@ -1,8 +1,6 @@
<?php
/**
* Loads libraries/common.inc.php and preforms some additional actions
- *
- * @package PhpMyAdmin-Setup
*/
declare(strict_types=1);
diff --git a/setup/validate.php b/setup/validate.php
index 60feb822a2..91a414867a 100644
--- a/setup/validate.php
+++ b/setup/validate.php
@@ -1,8 +1,6 @@
<?php
/**
* Validation callback.
- *
- * @package PhpMyAdmin-Setup
*/
declare(strict_types=1);