@@ -30,7 +30,7 @@ |
||
| 30 | 30 | * |
| 31 | 31 | * @param $action |
| 32 | 32 | * |
| 33 | - * @return mixed |
|
| 33 | + * @return boolean |
|
| 34 | 34 | */ |
| 35 | 35 | public function beforeAction($action) |
| 36 | 36 | { |
@@ -169,7 +169,7 @@ discard block |
||
| 169 | 169 | /** |
| 170 | 170 | * Returns model. |
| 171 | 171 | * |
| 172 | - * @return ModelInterface |
|
| 172 | + * @return \Itstructure\UsersModule\interfaces\ModelInterface |
|
| 173 | 173 | */ |
| 174 | 174 | public function getModel(): ModelInterface |
| 175 | 175 | { |
@@ -189,7 +189,7 @@ discard block |
||
| 189 | 189 | /** |
| 190 | 190 | * Get validate component for main model. |
| 191 | 191 | * |
| 192 | - * @return ValidateComponentInterface |
|
| 192 | + * @return \Itstructure\UsersModule\interfaces\ValidateComponentInterface |
|
| 193 | 193 | */ |
| 194 | 194 | public function getValidateComponent(): ValidateComponentInterface |
| 195 | 195 | { |
@@ -223,7 +223,7 @@ discard block |
||
| 223 | 223 | * |
| 224 | 224 | * @param int|string $id |
| 225 | 225 | * |
| 226 | - * @return mixed |
|
| 226 | + * @return string |
|
| 227 | 227 | */ |
| 228 | 228 | public function actionView($id) |
| 229 | 229 | { |
@@ -358,7 +358,7 @@ discard block |
||
| 358 | 358 | /** |
| 359 | 359 | * Returns new object of search main model. |
| 360 | 360 | * |
| 361 | - * @return mixed |
|
| 361 | + * @return ActiveRecordInterface |
|
| 362 | 362 | */ |
| 363 | 363 | protected function getNewSearchModel() |
| 364 | 364 | { |