Completed
Pull Request — master (#1311)
by Alexander
03:07
created
core/base/Module.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
core/components/Mail.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use luya\Exception;
7 7
 use PHPMailer;
8 8
 use SMTP;
9
-
10 9
 use yii\base\Controller;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
core/console/commands/HealthController.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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()
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Yii;
6 6
 use yii\helpers\FileHelper;
7
-
8 7
 use yii\imagine\Image;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
core/web/UrlManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace luya\web;
4 4
 
5 5
 use Yii;
6
-
7 6
 use yii\web\BadRequestHttpException;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.