Fix parameter type

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-08-24 09:53:33 -04:00
parent 8f47a50552
commit c49fd9a3c7

View File

@ -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
*