From 7fdcb40bc813eec8ce76aa2cae64b68e3d1ef1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 15 May 2012 12:02:13 +0200 Subject: [PATCH] Fix commend formatting --- libraries/config/validate.lib.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libraries/config/validate.lib.php b/libraries/config/validate.lib.php index 2ce237335b..b9a9a52f85 100644 --- a/libraries/config/validate.lib.php +++ b/libraries/config/validate.lib.php @@ -66,9 +66,10 @@ function PMA_config_get_validators() * cleanup in HTML documen * o false - when no validators match name(s) given by $validator_id * - * @param string|array $validator_id - * @param array $values - * @param bool $isPostSource tells whether $values are directly from POST request + * @param string|array $validator_id ID of validator(s) to run + * @param array $values Values to validate + * @param bool $isPostSource tells whether $values are directly from + * POST request * * @return bool|array */ @@ -150,7 +151,7 @@ function PMA_null_error_handler() * Called with $start = false disables output buffering end restores * html_errors and track_errors. * - * @param boolean $start + * @param boolean $start Whether to start buffering */ function test_php_errormsg($start = true) { @@ -179,8 +180,8 @@ function test_php_errormsg($start = true) /** * Test database connection * - * @param string $extension 'drizzle', 'mysql' or 'mysqli' - * @param string $connect_type 'tcp' or 'socket' + * @param string $extension 'drizzle', 'mysql' or 'mysqli' + * @param string $connect_type 'tcp' or 'socket' * @param string $host * @param string $port * @param string $socket