Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Foellmann <foellmann@foe-services.de>2014-12-23 14:48:13 +0300
committerChristian Foellmann <foellmann@foe-services.de>2014-12-23 14:48:13 +0300
commit2bfb20e57418ebf396149782be9f98e868fe8608 (patch)
treea5ec4011410970603d3f462a535a5a359057fa77 /libraries/SavedSearches.class.php
parent20f1bf77c8281efc675a14e0f6bf52f657dabd9a (diff)
UPDATE 4.3.34.3.3
Diffstat (limited to 'libraries/SavedSearches.class.php')
-rw-r--r--libraries/SavedSearches.class.php6
1 files changed, 3 insertions, 3 deletions
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
*/