Completed
Push — master ( bf18bc...f10338 )
by Igor
03:35
created
modules/admin/views/news/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 use yii\helpers\Html;
3
-use yii\helpers\ArrayHelper;
4 3
 use yii\grid\CheckboxColumn;
5 4
 use yii\grid\GridView;
6 5
 use kartik\date\DatePicker;
Please login to merge, or discard this patch.
models/forms/SignupProviderForm.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -21,6 +21,7 @@
 block discarded – undo
21 21
 
22 22
     /**
23 23
      * @param User $user
24
+     * @param string $email
24 25
      */
25 26
     public function __construct($user, $email)
26 27
     {
Please login to merge, or discard this patch.
models/behaviors/user-profile/filemanager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Intervention\Image\ImageManagerStatic as Image;
4
-use yii\helpers\ArrayHelper;
5 4
 use app\models\File;
6 5
 use app\helpers\Generator;
7 6
 
Please login to merge, or discard this patch.
modules/admin/controllers/common/DeleteAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\admin\controllers\common;
4 4
 
5
-use Yii;
6 5
 use yii\base\Action;
7 6
 use app\traits\ModelTrait;
8 7
 
Please login to merge, or discard this patch.
modules/admin/controllers/common/UpdateAttributesAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\admin\controllers\common;
4 4
 
5
-use Yii;
6 5
 use yii\base\Action;
7 6
 use app\traits\ModelTrait;
8 7
 
Please login to merge, or discard this patch.