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/BaseController.php')
-rw-r--r--src/controllers/BaseController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
index f37b8a55..919b555c 100644
--- a/src/controllers/BaseController.php
+++ b/src/controllers/BaseController.php
@@ -439,6 +439,7 @@ class BaseController
}
/**
+ * Retrieves a request parameter either from the body or query string
* @param string $key
* @param null|string $default
*/