Fix parameter type
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
8f47a50552
commit
c49fd9a3c7
@ -1035,9 +1035,9 @@ class PMA_Util
|
||||
* Prepare the message and the query
|
||||
* usually the message is the result of the query executed
|
||||
*
|
||||
* @param string $message the message to display
|
||||
* @param string $sql_query the query to display
|
||||
* @param string $type the type (level) of the message
|
||||
* @param PMA_Message|string $message the message to display
|
||||
* @param string $sql_query the query to display
|
||||
* @param string $type the type (level) of the message
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user