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.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
index 110516a9..22d8d373 100644
--- a/src/controllers/BaseController.php
+++ b/src/controllers/BaseController.php
@@ -166,8 +166,6 @@ class BaseController
/**
* Default method to render the controller according to the action parameter. It should return with a PSR
* responseObject but it prints texts whatsoeever.
- *
- * @return void
*/
public function render()
{