Completed
Push — master ( 5c22fa...f3f0c3 )
by Andrii
02:47
created
src/actions/RedirectAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Closure;
14 14
 use Yii;
15 15
 use yii\base\Response;
16
-use yii\helpers\Url;
17 16
 
18 17
 /**
19 18
  * Action to redirect to given url.
Please login to merge, or discard this patch.
src/controllers/SiteController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 
74 74
     /**
75 75
      * Logout action.
76
-     * @return string
76
+     * @return \yii\web\Response
77 77
      */
78 78
     public function actionLogout()
79 79
     {
Please login to merge, or discard this patch.