@@ -78,7 +78,7 @@ |
||
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | 80 | * @param Model $model |
| 81 | - * @return Model|null|Response |
|
| 81 | + * @return Model|null |
|
| 82 | 82 | */ |
| 83 | 83 | protected function handleModel(Model $model) |
| 84 | 84 | { |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | public function init() |
| 36 | 36 | { |
| 37 | 37 | $this->js = [ |
| 38 | - 'Actions'.$this->dotJs() |
|
| 38 | + 'Actions' . $this->dotJs() |
|
| 39 | 39 | ]; |
| 40 | 40 | |
| 41 | 41 | parent::init(); |