Passed
Push — master ( f22cf7...1cd2c2 )
by Mihail
04:42
created
Apps/ActiveRecord/User.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
     /**
161 161
      * Get user person like a object via email
162 162
      * @param string $email
163
-     * @return null|static
163
+     * @return null|ActiveModel
164 164
      */
165 165
     public static function getIdentityViaEmail($email)
166 166
     {
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
 
210 210
     /**
211 211
      * Get user logs
212
-     * @return \Apps\ActiveRecord\UserLog
212
+     * @return \Illuminate\Database\Eloquent\Relations\HasMany
213 213
      */
214 214
     public function getLogs()
215 215
     {
Please login to merge, or discard this patch.
Apps/Controller/Front/User.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Ffcms\Core\Exception\NotFoundException;
15 15
 use Ffcms\Core\Helper\Type\Obj;
16 16
 use Ffcms\Core\Helper\Type\Str;
17
-use Apps\ActiveRecord\UserLog;
18 17
 
19 18
 /**
20 19
  * Class User - standard user controller: login/signup/logout/etc
Please login to merge, or discard this patch.
Widgets/Front/Contenttag/Contenttag.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
     
79 79
     /**
80 80
      * Make query to database
81
-     * @return object
81
+     * @return string
82 82
      */
83 83
     private function makeQuery()
84 84
     {
Please login to merge, or discard this patch.