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

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/FulltextController.php')
-rw-r--r--src/controllers/FulltextController.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index 476c4574..e14d6249 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -252,7 +252,9 @@ class FulltextController extends BaseController
}
/**
- * @return \Slim\Http\Response|null|string
+ * @param mixed $what
+ *
+ * @return null|\Slim\Http\Response|string
*/
public function doSubTree($what)
{