@@ -25,7 +25,7 @@ discard block |
||
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | 27 | * Lists all Lookup models. |
| 28 | - * @return mixed |
|
| 28 | + * @return string |
|
| 29 | 29 | */ |
| 30 | 30 | public function actionIndex() |
| 31 | 31 | { |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | /** |
| 42 | 42 | * Displays a single Lookup model. |
| 43 | 43 | * @param integer $id |
| 44 | - * @return mixed |
|
| 44 | + * @return string |
|
| 45 | 45 | */ |
| 46 | 46 | public function actionView($id) |
| 47 | 47 | { |
@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | * Deletes an existing Lookup model. |
| 88 | 88 | * If deletion is successful, the browser will be redirected to the 'index' page. |
| 89 | 89 | * @param integer $id |
| 90 | - * @return mixed |
|
| 90 | + * @return \yii\web\Response |
|
| 91 | 91 | */ |
| 92 | 92 | public function actionDelete($id) |
| 93 | 93 | { |