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:
authorRichard Phillips <richp10@gmail.com>2017-07-22 18:31:57 +0300
committerRichard Phillips <richp10@gmail.com>2017-07-22 18:31:57 +0300
commit677304291e7d16539c093d30ff9059f2e3469f8c (patch)
tree1cb7c8eedfe9ec81797980fbafece67eff8ef1b3 /src/controllers/InfoController.php
parent8023b2197b44d5ca753dec9e44daf3e73499dfb6 (diff)
Make PHPDoc comments match function/method signature
https://github.com/kalessil/phpinspectionsea/blob/master/RULES.md
Diffstat (limited to 'src/controllers/InfoController.php')
-rw-r--r--src/controllers/InfoController.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index 72247dbb..bc6f5e4d 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -28,9 +28,13 @@ class InfoController extends BaseController {
$misc->printFooter();
}
- /**
- * List all the information on the table
- */
+
+ /**
+ * List all the information on the table
+ *
+ * @param string $msg
+ * @return string|void
+ */
public function doDefault($msg = '') {
$conf = $this->conf;
$misc = $this->misc;