Completed
Push — master ( c3a756...04d801 )
by Vadim
11:52
created
frontend/controllers/SiteController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     /**
69 69
      * Displays homepage.
70 70
      *
71
-     * @return mixed
71
+     * @return string
72 72
      */
73 73
     public function actionIndex()
74 74
     {
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
     /**
100 100
      * Logs out the current user.
101 101
      *
102
-     * @return mixed
102
+     * @return \yii\web\Response
103 103
      */
104 104
     public function actionLogout()
105 105
     {
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     /**
135 135
      * Displays about page.
136 136
      *
137
-     * @return mixed
137
+     * @return string
138 138
      */
139 139
     public function actionAbout()
140 140
     {
Please login to merge, or discard this patch.