Completed
Push — master ( 3e68b5...945e69 )
by Igor
05:39
created
actions/LogoutAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * Logs out the current user.
16 16
      *
17
-     * @return string
17
+     * @return \yii\web\Response
18 18
      */
19 19
     public function run()
20 20
     {
Please login to merge, or discard this patch.
models/UserModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@
 block discarded – undo
284 284
     }
285 285
 
286 286
     /**
287
-     * @param $lastLogin
287
+     * @param integer $lastLogin
288 288
      */
289 289
     public function setLastLogin($lastLogin)
290 290
     {
Please login to merge, or discard this patch.