@@ -53,7 +53,7 @@ discard block |
||
| 53 | 53 | /** |
| 54 | 54 | * Displays a single SystemLog models. |
| 55 | 55 | * @param integer $id |
| 56 | - * @return mixed |
|
| 56 | + * @return string |
|
| 57 | 57 | */ |
| 58 | 58 | public function actionView($id) |
| 59 | 59 | { |
@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | * Deletes an existing SystemLog models. |
| 67 | 67 | * If deletion is successful, the browser will be redirected to the 'index' page. |
| 68 | 68 | * @param integer $id |
| 69 | - * @return mixed |
|
| 69 | + * @return yii\web\Response |
|
| 70 | 70 | */ |
| 71 | 71 | public function actionDelete($id) |
| 72 | 72 | { |