Completed
Push — master ( 4d7349...53f6f5 )
by Igor
02:17
created
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.
modules/admin/actions/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\actions;
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/actions/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\actions;
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.