Completed
Push — master ( ba7b00...550ae1 )
by Alexey
14:54
created
modules/users/controllers/frontend/DefaultController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     /**
73 73
      * Logs out the current user.
74 74
      *
75
-     * @return mixed
75
+     * @return \yii\web\Response
76 76
      */
77 77
     public function actionLogout()
78 78
     {
Please login to merge, or discard this patch.
modules/users/controllers/frontend/ProfileController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     /**
114 114
      * Deletes an existing User model.
115 115
      * This delete set status blocked, is successful, logout and the browser will be redirected to the 'home' page.
116
-     * @return mixed
116
+     * @return Response
117 117
      */
118 118
     public function actionDelete()
119 119
     {
Please login to merge, or discard this patch.