@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | |
| 49 | 49 | /** |
| 50 | 50 | * Lists all Less models. |
| 51 | - * @return mixed |
|
| 51 | + * @return string |
|
| 52 | 52 | */ |
| 53 | 53 | public function actionIndex() |
| 54 | 54 | { |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | * |
| 75 | 75 | * @param integer $id |
| 76 | 76 | * |
| 77 | - * @return mixed |
|
| 77 | + * @return string |
|
| 78 | 78 | */ |
| 79 | 79 | public function actionView($id) |
| 80 | 80 | { |
@@ -142,7 +142,7 @@ discard block |
||
| 142 | 142 | * |
| 143 | 143 | * @param integer $id |
| 144 | 144 | * |
| 145 | - * @return mixed |
|
| 145 | + * @return \yii\web\Response |
|
| 146 | 146 | */ |
| 147 | 147 | public function actionDelete($id) |
| 148 | 148 | { |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | ], |
| 29 | 29 | [ |
| 30 | 30 | 'allow' => true, |
| 31 | - 'matchCallback' => function ($rule, $action) { |
|
| 31 | + 'matchCallback' => function($rule, $action) { |
|
| 32 | 32 | return \Yii::$app->user->can( |
| 33 | 33 | $this->module->id.'_'.$this->id.'_'.$action->id, |
| 34 | 34 | ['route' => true] |
@@ -85,7 +85,7 @@ |
||
| 85 | 85 | |
| 86 | 86 | [ |
| 87 | 87 | 'class' => 'yii\grid\ActionColumn', |
| 88 | - 'urlCreator' => function ($action, $model, $key, $index) { |
|
| 88 | + 'urlCreator' => function($action, $model, $key, $index) { |
|
| 89 | 89 | // using the column name as key, not mapping to 'id' like the standard generator |
| 90 | 90 | $params = is_array($key) ? $key : [$model->primaryKey()[0] => (string)$key]; |
| 91 | 91 | $params[0] = \Yii::$app->controller->id ? \Yii::$app->controller->id.'/'.$action : $action; |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | ], |
| 29 | 29 | [ |
| 30 | 30 | 'allow' => true, |
| 31 | - 'matchCallback' => function ($rule, $action) { |
|
| 31 | + 'matchCallback' => function($rule, $action) { |
|
| 32 | 32 | return \Yii::$app->user->can( |
| 33 | 33 | $this->module->id.'_'.$this->id.'_'.$action->id, |
| 34 | 34 | ['route' => true] |
@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | |
| 49 | 49 | /** |
| 50 | 50 | * Lists all Less models. |
| 51 | - * @return mixed |
|
| 51 | + * @return string |
|
| 52 | 52 | */ |
| 53 | 53 | public function actionIndex() |
| 54 | 54 | { |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | * |
| 75 | 75 | * @param integer $id |
| 76 | 76 | * |
| 77 | - * @return mixed |
|
| 77 | + * @return string |
|
| 78 | 78 | */ |
| 79 | 79 | public function actionView($id) |
| 80 | 80 | { |
@@ -142,7 +142,7 @@ discard block |
||
| 142 | 142 | * |
| 143 | 143 | * @param integer $id |
| 144 | 144 | * |
| 145 | - * @return mixed |
|
| 145 | + * @return \yii\web\Response |
|
| 146 | 146 | */ |
| 147 | 147 | public function actionDelete($id) |
| 148 | 148 | { |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | 'rules' => [ |
| 27 | 27 | [ |
| 28 | 28 | 'allow' => true, |
| 29 | - 'matchCallback' => function ($rule, $action) { |
|
| 29 | + 'matchCallback' => function($rule, $action) { |
|
| 30 | 30 | return \Yii::$app->user->can( |
| 31 | 31 | $this->module->id.'_'.$this->id.'_'.$action->id, |
| 32 | 32 | ['route' => true] |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | 'rules' => [ |
| 27 | 27 | [ |
| 28 | 28 | 'allow' => true, |
| 29 | - 'matchCallback' => function ($rule, $action) { |
|
| 29 | + 'matchCallback' => function($rule, $action) { |
|
| 30 | 30 | return \Yii::$app->user->can( |
| 31 | 31 | $this->module->id.'_'.$this->id.'_'.$action->id, |
| 32 | 32 | ['route' => true] |
@@ -85,7 +85,7 @@ |
||
| 85 | 85 | |
| 86 | 86 | [ |
| 87 | 87 | 'class' => 'yii\grid\ActionColumn', |
| 88 | - 'urlCreator' => function ($action, $model, $key, $index) { |
|
| 88 | + 'urlCreator' => function($action, $model, $key, $index) { |
|
| 89 | 89 | // using the column name as key, not mapping to 'id' like the standard generator |
| 90 | 90 | $params = is_array($key) ? $key : [$model->primaryKey()[0] => (string)$key]; |
| 91 | 91 | $params[0] = \Yii::$app->controller->id ? \Yii::$app->controller->id.'/'.$action : $action; |