Merge branch 'phpdoc'

This commit is contained in:
Hugues Peccatte 2013-12-20 23:18:21 +01:00
commit b6855fa70f
3 changed files with 11 additions and 11 deletions

View File

@ -698,7 +698,7 @@ function PMA_getHtmlForNotNullEngineViewTable($table_is_view, $current_table,
/**
* Get HTML snippet view table
*
* @param type $is_show_stats whether stats show or not
* @param boolean $is_show_stats whether stats show or not
*
* @return string $html_output
*/

View File

@ -157,7 +157,7 @@ function PMA_zipExtract($zip_path, $destination, $entries)
/**
* Gets zip error message
*
* @param integer $code error code
* @param resource $code error code
*
* @return string error message
*/

View File

@ -160,10 +160,10 @@ function PMA_changePassHashingFunction()
/**
* Generate the error url and submit the query
*
* @param string $password
* @param array $_url_params
* @param string $sql_query
* @param string $hashing_function
* @param string $password Password
* @param array $_url_params URL parameters
* @param string $sql_query SQL query
* @param string $hashing_function Hashing function
*
* @return void
*/
@ -182,8 +182,8 @@ function PMA_changePassUrlParamsAndSubmitQuery(
/**
* Change password authentication type
*
* @param array $_url_params
* @param string $password
* @param array $_url_params URL parameters
* @param string $password Password
*
* @return array $_url_params
*/
@ -222,9 +222,9 @@ function PMA_changePassAuthType($_url_params, $password)
/**
* Display the page
*
* @param string $message
* @param string $sql_query
* @param array $_url_params
* @param string $message Message
* @param string $sql_query SQL query
* @param array $_url_params URL parameters
*
* @return void
*/