Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-12-26 08:38:27 -05:00
parent e501e50f08
commit 9b1d29d9cf

View File

@ -403,11 +403,11 @@ class SavedSearches
}
/**
* Get the list of saved search of a user on a DB
* Get the list of saved searches of a user on a DB
*
* @param string[] $wheres List of filters
*
* @return array List of saved search or empty array on failure
* @return array List of saved searches or empty array on failure
*/
public function getList(array $wheres = array())
{