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/BrowserController.php')
-rw-r--r--src/controllers/BrowserController.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/controllers/BrowserController.php b/src/controllers/BrowserController.php
index 3c47284d..64fadb58 100644
--- a/src/controllers/BrowserController.php
+++ b/src/controllers/BrowserController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin 6.1.3
+ * PHPPgAdmin6
*/
namespace PHPPgAdmin\Controller;
@@ -20,6 +20,8 @@ class BrowserController extends BaseController
* Default method to render the controller according to the action parameter.
*
* @param null|mixed $action
+ *
+ * @return string
*/
public function render($action = null)
{