Completed
Push — master ( 76dd0c...a6f289 )
by graychen
04:46 queued 01:35
created
src/controllers/DefaultController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
 
43 43
     /**
44 44
      * Lists all RomRelease models.
45
-     * @return mixed
45
+     * @return string
46 46
      */
47 47
     public function actionIndex()
48 48
     {
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     /**
58 58
      * Displays a single RomRelease model.
59 59
      * @param integer $id
60
-     * @return mixed
60
+     * @return string
61 61
      */
62 62
     public function actionView($id)
63 63
     {
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
      * Deletes an existing RomRelease model.
108 108
      * If deletion is successful, the browser will be redirected to the 'index' page.
109 109
      * @param integer $id
110
-     * @return mixed
110
+     * @return \yii\web\Response
111 111
      */
112 112
     public function actionDelete($id)
113 113
     {
Please login to merge, or discard this patch.