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.