Merge branch 'phpdoc'
This commit is contained in:
commit
b6855fa70f
@ -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
|
||||
*/
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
@ -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
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user