Completed
Push — master ( 089109...86f5cb )
by Oleg
55:36 queued 30:35
created
src/Move.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.