From fe9de9d568fdc28ebc920a9e8f6a1258e35fcf90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 1 Jun 2012 14:30:48 +0200 Subject: [PATCH] Add missing @package tag --- libraries/server_variables_doc.php | 2 ++ url.php | 2 ++ 2 files changed, 4 insertions(+) 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 */ /**