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:
authorFelipe Figueroa <amenadiel@gmail.com>2018-02-15 20:31:16 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-02-15 20:31:16 +0300
commit8acb0549b0048dfeba2fe8328b6e5ec909988630 (patch)
treeb2710d182b170b6dc5cb20814076ed3f6a420be7 /src/controllers/SqleditController.php
parent98110a7e5ae34fa3534e3cd49c318d07a4b0c0e6 (diff)
adds docblock to render method
Diffstat (limited to 'src/controllers/SqleditController.php')
-rw-r--r--src/controllers/SqleditController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/controllers/SqleditController.php b/src/controllers/SqleditController.php
index 50d09129..dba1cb06 100644
--- a/src/controllers/SqleditController.php
+++ b/src/controllers/SqleditController.php
@@ -17,6 +17,9 @@ class SqleditController extends BaseController
public $start_time;
public $duration;
+ /**
+ * Default method to render the controller according to the action parameter
+ */
public function render()
{
$conf = $this->conf;