Completed
Push — master ( 3b924e...fb7a26 )
by Agiel Kurniawan
07:58
created
backend/controllers/MediaController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     /**
59 59
      * Lists all User models.
60 60
      *
61
-     * @return mixed
61
+     * @return string
62 62
      */
63 63
     public function actionIndex()
64 64
     {
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
      * Displays a single User model.
76 76
      *
77 77
      * @param integer $id
78
-     * @return mixed
78
+     * @return string
79 79
      */
80 80
     public function actionView($id)
81 81
     {
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
      * @throws \Exception
145 145
      * @throws \yii\web\ForbiddenHttpException
146 146
      * @throws \yii\web\NotFoundHttpException
147
-     * @return mixed
147
+     * @return \yii\web\Response
148 148
      */
149 149
     public function actionDelete($id)
150 150
     {
Please login to merge, or discard this patch.