Completed
Push — master ( a5f013...5d6fe6 )
by zacksleo
28:05 queued 26:18
created
src/controllers/DefaultController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
 
26 26
     /**
27 27
      * Lists all Lookup models.
28
-     * @return mixed
28
+     * @return string
29 29
      */
30 30
     public function actionIndex()
31 31
     {
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     /**
42 42
      * Displays a single Lookup model.
43 43
      * @param integer $id
44
-     * @return mixed
44
+     * @return string
45 45
      */
46 46
     public function actionView($id)
47 47
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
      * Deletes an existing Lookup model.
88 88
      * If deletion is successful, the browser will be redirected to the 'index' page.
89 89
      * @param integer $id
90
-     * @return mixed
90
+     * @return \yii\web\Response
91 91
      */
92 92
     public function actionDelete($id)
93 93
     {
Please login to merge, or discard this patch.