@@ -35,7 +35,7 @@ discard block |
||
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 |
||
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() |