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:
Diffstat (limited to 'libraries/classes/SavedSearches.php')
-rw-r--r--libraries/classes/SavedSearches.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/libraries/classes/SavedSearches.php b/libraries/classes/SavedSearches.php
index 6f60dc56cb..dc2cbc52b1 100644
--- a/libraries/classes/SavedSearches.php
+++ b/libraries/classes/SavedSearches.php
@@ -271,10 +271,8 @@ class SavedSearches
/**
* Save the search
- *
- * @return bool
*/
- public function save()
+ public function save(): bool
{
global $dbi;
@@ -375,10 +373,8 @@ class SavedSearches
/**
* Delete the search
- *
- * @return bool
*/
- public function delete()
+ public function delete(): bool
{
global $dbi;
@@ -404,10 +400,8 @@ class SavedSearches
/**
* Load the current search from an id.
- *
- * @return bool Success
*/
- public function load()
+ public function load(): bool
{
global $dbi;