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/TblpropertiesController.php')
-rw-r--r--src/controllers/TblpropertiesController.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/controllers/TblpropertiesController.php b/src/controllers/TblpropertiesController.php
index 1122a559..b49d5bbd 100644
--- a/src/controllers/TblpropertiesController.php
+++ b/src/controllers/TblpropertiesController.php
@@ -236,6 +236,9 @@ class TblpropertiesController extends BaseController
$this->printNavLinks($navlinks, 'tblproperties-tblproperties', \get_defined_vars());
}
+ /**
+ * @return \Slim\Http\Response|string
+ */
public function doTree()
{
$misc = $this->misc;
@@ -854,6 +857,11 @@ class TblpropertiesController extends BaseController
}
}
+ /**
+ * @return \Closure
+ *
+ * @psalm-return \Closure(mixed, mixed):mixed
+ */
private function _getAttPre($data)
{
$attPre = static function (&$rowdata, $actions) use ($data) {
@@ -878,6 +886,11 @@ class TblpropertiesController extends BaseController
return $attPre;
}
+ /**
+ * @return \Closure
+ *
+ * @psalm-return \Closure(mixed, mixed):string
+ */
private function _getCstrRender($misc, $data)
{
$view = $this->view;