@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace luya\base; |
4 | 4 | |
5 | 5 | use yii; |
6 | - |
|
7 | 6 | use luya\helpers\FileHelper; |
8 | 7 | use yii\helpers\Inflector; |
9 | 8 | use luya\console\interfaces\ImportControllerInterface; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use luya\Exception; |
7 | 7 | use PHPMailer; |
8 | 8 | use SMTP; |
9 | - |
|
10 | 9 | use yii\base\Controller; |
11 | 10 | |
12 | 11 | /** |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | /** |
38 | 38 | * Create all required directories an check whether they are writeable or not. |
39 | 39 | * |
40 | - * @return string The action output. |
|
40 | + * @return integer The action output. |
|
41 | 41 | */ |
42 | 42 | public function actionIndex() |
43 | 43 | { |
@@ -97,7 +97,7 @@ discard block |
||
97 | 97 | /** |
98 | 98 | * Test Mail-Component (Use --verbose=1 to enable smtp debug output) |
99 | 99 | * |
100 | - * @return boolean Whether successfull or not. |
|
100 | + * @return integer|null Whether successfull or not. |
|
101 | 101 | * @throws Exception On smtp failure |
102 | 102 | */ |
103 | 103 | public function actionMailer() |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Yii; |
6 | 6 | use yii\helpers\FileHelper; |
7 | - |
|
8 | 7 | use yii\imagine\Image; |
9 | 8 | |
10 | 9 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace luya\web; |
4 | 4 | |
5 | 5 | use Yii; |
6 | - |
|
7 | 6 | use yii\web\BadRequestHttpException; |
8 | 7 | |
9 | 8 | /** |