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/TreeController.php')
-rw-r--r--src/controllers/TreeController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/TreeController.php b/src/controllers/TreeController.php
index 4d55ce57..29360a23 100644
--- a/src/controllers/TreeController.php
+++ b/src/controllers/TreeController.php
@@ -135,7 +135,7 @@ class TreeController extends BaseController
* 'nodata' - message to display when node has no children
* @param bool $print either to return or echo the result
*
- * @return \Slim\Http\Response|string the json rendered tree
+ * @return array<int|string, array<string, mixed>|bool|string> the json rendered tree
*/
private function printTreeJSON(&$treedata, &$attrs, $print = true)
{