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/FunctionsController.php')
-rw-r--r--src/controllers/FunctionsController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/controllers/FunctionsController.php b/src/controllers/FunctionsController.php
index 95b99922..cbd71e80 100644
--- a/src/controllers/FunctionsController.php
+++ b/src/controllers/FunctionsController.php
@@ -1439,6 +1439,9 @@ class FunctionsController extends BaseController
}
/**
+ * @param mixed $data
+ * @param mixed $fndata
+ *
* @return string
*/
private function _getNamedParamsArgs($data, $fndata)