Completed
Push — master ( 1ec856...f5277c )
by zacksleo
04:26
created
src/controllers/ItemController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
 
47 47
     /**
48 48
      * Lists all Item models.
49
-     * @return mixed
49
+     * @return string
50 50
      */
51 51
     public function actionIndex()
52 52
     {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * Displays a single Item model.
64 64
      * @param integer $id
65
-     * @return mixed
65
+     * @return string
66 66
      */
67 67
     public function actionView($id)
68 68
     {
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
      * Deletes an existing Item model.
113 113
      * If deletion is successful, the browser will be redirected to the 'index' page.
114 114
      * @param integer $id
115
-     * @return mixed
115
+     * @return \yii\web\Response
116 116
      */
117 117
     public function actionDelete($id)
118 118
     {
Please login to merge, or discard this patch.
src/controllers/LinksController.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 links 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 links 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 links 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.
src/controllers/MenuController.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 Menu 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 Menu 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 Menu 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.
src/controllers/PageController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
 
47 47
     /**
48 48
      * Lists all Page models.
49
-     * @return mixed
49
+     * @return string
50 50
      */
51 51
     public function actionIndex()
52 52
     {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * Displays a single Page model.
64 64
      * @param integer $id
65
-     * @return mixed
65
+     * @return string
66 66
      */
67 67
     public function actionView($id)
68 68
     {
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
      * Deletes an existing Page model.
113 113
      * If deletion is successful, the browser will be redirected to the 'index' page.
114 114
      * @param integer $id
115
-     * @return mixed
115
+     * @return \yii\web\Response
116 116
      */
117 117
     public function actionDelete($id)
118 118
     {
Please login to merge, or discard this patch.
src/controllers/PostController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
 
52 52
     /**
53 53
      * Lists all Post models.
54
-     * @return mixed
54
+     * @return string
55 55
      */
56 56
     public function actionIndex()
57 57
     {
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
     /**
79 79
      * Displays a single Post model.
80 80
      * @param integer $id
81
-     * @return mixed
81
+     * @return string
82 82
      */
83 83
     public function actionView($id)
84 84
     {
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
      * Deletes an existing Post model.
129 129
      * If deletion is successful, the browser will be redirected to the 'index' page.
130 130
      * @param integer $id
131
-     * @return mixed
131
+     * @return \yii\web\Response
132 132
      */
133 133
     public function actionDelete($id)
134 134
     {
Please login to merge, or discard this patch.
src/models/Post.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
     }
96 96
 
97 97
     /**
98
-     * @return array
98
+     * @return string[]
99 99
      */
100 100
     public static function getStatusList()
101 101
     {
Please login to merge, or discard this patch.
src/controllers/NewsController.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 News 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 News 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 News 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.