Completed
Push — master ( 80fd60...6beedd )
by Igor
01:49
created
models/entity/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
 
165 165
     /**
166 166
      * @inheritdoc
167
-     * @return \query\UserQuery the active query used by this AR class.
167
+     * @return \app\models\query\UserQuery the active query used by this AR class.
168 168
      */
169 169
     public static function find()
170 170
     {
Please login to merge, or discard this patch.
models/entity/UserProfile.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 
66 66
     /**
67 67
      * @inheritdoc
68
-     * @return \query\UserProfileQuery the active query used by this AR class.
68
+     * @return \app\models\query\UserProfileQuery the active query used by this AR class.
69 69
      */
70 70
     public static function find()
71 71
     {
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\ControllerTrait;
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\ControllerTrait;
8 7
 
Please login to merge, or discard this patch.