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.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/controllers/FulltextController.php b/src/controllers/FulltextController.php
index a67b32d6..476c4574 100644
--- a/src/controllers/FulltextController.php
+++ b/src/controllers/FulltextController.php
@@ -220,6 +220,8 @@ class FulltextController extends BaseController
/**
* Generate XML for the browser tree.
+ *
+ * @return \Slim\Http\Response|string
*/
public function doTree()
{
@@ -249,6 +251,9 @@ class FulltextController extends BaseController
return $this->printTree($items, $attrs, 'fts');
}
+ /**
+ * @return \Slim\Http\Response|null|string
+ */
public function doSubTree($what)
{
$data = $this->misc->getDatabaseAccessor();