@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | /** |
34 | 34 | * Move model |
35 | 35 | * @param mixed $id ID of the model to be moved |
36 | - * @return mixed |
|
36 | + * @return \yii\web\Response |
|
37 | 37 | */ |
38 | 38 | public function run($id) |
39 | 39 | { |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | /** |
48 | 48 | * Move model to down |
49 | 49 | * @param mixed $id ID of the model to be moved down |
50 | - * @return mixed |
|
50 | + * @return \yii\web\Response |
|
51 | 51 | * @throws \yii\web\NotFoundHttpException |
52 | 52 | */ |
53 | 53 | protected function moveDown($id) |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | /** |
75 | 75 | * Move model to up |
76 | 76 | * @param mixed $id ID of the model to be moved up |
77 | - * @return mixed |
|
77 | + * @return \yii\web\Response |
|
78 | 78 | * @throws \yii\web\NotFoundHttpException |
79 | 79 | */ |
80 | 80 | protected function moveUp($id) |