Completed
Push — master ( 282497...5fc968 )
by Basil
04:34
created
core/console/commands/HealthController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     /**
36 36
      * Create all required directories an check whether they are writeable or not.
37 37
      *
38
-     * @return string The action output.
38
+     * @return integer The action output.
39 39
      */
40 40
     public function actionIndex()
41 41
     {
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
     /**
87 87
      * Test Mail-Component (Use --verbose=1 to enable smtp debug output)
88 88
      *
89
-     * @return boolean Whether successfull or not.
89
+     * @return integer|null Whether successfull or not.
90 90
      * @throws \Exception On smtp failure
91 91
      */
92 92
     public function actionMailer()
Please login to merge, or discard this patch.