Completed
Push — master ( 8964d0...7b5d3d )
by zacksleo
09:02
created
src/controllers/DefaultController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 
32 32
     /**
33 33
      * Lists all AdPosition models.
34
-     * @return mixed
34
+     * @return string
35 35
      */
36 36
     public function actionIndex()
37 37
     {
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     /**
48 48
      * Displays a single AdPosition model.
49 49
      * @param integer $id
50
-     * @return mixed
50
+     * @return string
51 51
      */
52 52
     public function actionView($id)
53 53
     {
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      * Deletes an existing AdPosition model.
98 98
      * If deletion is successful, the browser will be redirected to the 'index' page.
99 99
      * @param integer $id
100
-     * @return mixed
100
+     * @return \yii\web\Response
101 101
      */
102 102
     public function actionDelete($id)
103 103
     {
Please login to merge, or discard this patch.