From 2bfb20e57418ebf396149782be9f98e868fe8608 Mon Sep 17 00:00:00 2001 From: Christian Foellmann Date: Tue, 23 Dec 2014 12:48:13 +0100 Subject: UPDATE 4.3.3 --- libraries/SavedSearches.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libraries/SavedSearches.class.php') diff --git a/libraries/SavedSearches.class.php b/libraries/SavedSearches.class.php index b125760ee9..5dd8f40614 100644 --- a/libraries/SavedSearches.class.php +++ b/libraries/SavedSearches.class.php @@ -130,8 +130,8 @@ class PMA_SavedSearches /** * Setter for criterias * - * @param array $criterias Criterias of saved searches - * @param bool $json Criterias are in JSON format + * @param array|string $criterias Criterias of saved searches + * @param bool $json Criterias are in JSON format * * @return static */ @@ -408,7 +408,7 @@ class PMA_SavedSearches /** * Get the list of saved search of a user on a DB * - * @param array $wheres List of filters + * @param string[] $wheres List of filters * * @return array|bool List of saved search or false on failure */ -- cgit v1.2.3