diff --git a/libraries/server_variables_doc.php b/libraries/server_variables_doc.php index eca168b107..d32d2c2610 100644 --- a/libraries/server_variables_doc.php +++ b/libraries/server_variables_doc.php @@ -12,6 +12,8 @@ * string $type: type of system variable * string $format: if set to 'byte' it will format the variable * with PMA_formatByteDown() + * + * @package PhpMyAdmin */ if (! defined('PHPMYADMIN')) { exit; diff --git a/url.php b/url.php index 56cce845ce..b1480a2e49 100644 --- a/url.php +++ b/url.php @@ -2,6 +2,8 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * URL redirector to avoid leaking Referer with some sensitive information. + * + * @package PhpMyAdmin */ /**