Completed
Push — master ( 37acf1...ad5172 )
by Nikola
03:11
created
controllers/DefController.php 1 patch
Doc Comments   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@  discard block
 block discarded – undo
19 19
 
20 20
 class Migrator extends \yii\console\controllers\MigrateController
21 21
 {
22
+    /**
23
+     * @param string $id
24
+     */
22 25
     public function __construct($id, $module, $config = [])
23 26
     {
24 27
         parent::__construct($id, $module, $config); // TODO: Change the autogenerated stub
@@ -64,7 +67,7 @@  discard block
 block discarded – undo
64 67
 
65 68
     /**
66 69
      * Lists all TaxonomyDef models.
67
-     * @return mixed
70
+     * @return string
68 71
      * @throws InvalidConfigException
69 72
      */
70 73
     public function actionIndex()
@@ -84,7 +87,7 @@  discard block
 block discarded – undo
84 87
     /**
85 88
      * Displays a single TaxonomyDef model.
86 89
      * @param integer $id
87
-     * @return mixed
90
+     * @return string
88 91
      */
89 92
     public function actionView($id)
90 93
     {
@@ -157,7 +160,7 @@  discard block
 block discarded – undo
157 160
      * Deletes an existing TaxonomyDef model.
158 161
      * If deletion is successful, the browser will be redirected to the 'index' page.
159 162
      * @param integer $id
160
-     * @return mixed
163
+     * @return \yii\web\Response
161 164
      */
162 165
     public function actionDelete($id)
163 166
     {
Please login to merge, or discard this patch.