Completed
Push — feature/scrutinizer ( b87d9b...e7952f )
by Tobias
04:05 queued 14s
created
src/modules/prototype/controllers/base/HtmlController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 
49 49
     /**
50 50
      * Lists all Html models.
51
-     * @return mixed
51
+     * @return string
52 52
      */
53 53
     public function actionIndex()
54 54
     {
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      *
75 75
      * @param integer $id
76 76
      *
77
-     * @return mixed
77
+     * @return string
78 78
      */
79 79
     public function actionView($id)
80 80
     {
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
      *
143 143
      * @param integer $id
144 144
      *
145
-     * @return mixed
145
+     * @return \yii\web\Response
146 146
      */
147 147
     public function actionDelete($id)
148 148
     {
Please login to merge, or discard this patch.
src/modules/prototype/controllers/base/LessController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 
49 49
     /**
50 50
      * Lists all Less models.
51
-     * @return mixed
51
+     * @return string
52 52
      */
53 53
     public function actionIndex()
54 54
     {
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      *
75 75
      * @param integer $id
76 76
      *
77
-     * @return mixed
77
+     * @return string
78 78
      */
79 79
     public function actionView($id)
80 80
     {
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
      *
143 143
      * @param integer $id
144 144
      *
145
-     * @return mixed
145
+     * @return \yii\web\Response
146 146
      */
147 147
     public function actionDelete($id)
148 148
     {
Please login to merge, or discard this patch.