From c49fd9a3c7c3e218ec80fbd6ea65293a34e5f50b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 24 Aug 2015 09:53:33 -0400 Subject: [PATCH] Fix parameter type Signed-off-by: Marc Delisle --- libraries/Util.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/Util.class.php b/libraries/Util.class.php index 75bfd9b33e..abe3d7332f 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -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 *