@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | /** |
| 52 | 52 | * Lists all Feedback models. |
| 53 | 53 | * |
| 54 | - * @return mixed |
|
| 54 | + * @return string |
|
| 55 | 55 | */ |
| 56 | 56 | public function actionIndex() |
| 57 | 57 | { |
@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | * Displays a single Feedback model. |
| 69 | 69 | * |
| 70 | 70 | * @param integer $id |
| 71 | - * @return mixed |
|
| 71 | + * @return string |
|
| 72 | 72 | */ |
| 73 | 73 | public function actionView($id) |
| 74 | 74 | { |
@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | /** |
| 38 | 38 | * Lists all MailTemplate models. |
| 39 | 39 | * |
| 40 | - * @return mixed |
|
| 40 | + * @return string |
|
| 41 | 41 | */ |
| 42 | 42 | public function actionIndex() |
| 43 | 43 | { |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | * Displays a single MailTemplate model. |
| 55 | 55 | * |
| 56 | 56 | * @param integer $id |
| 57 | - * @return mixed |
|
| 57 | + * @return string |
|
| 58 | 58 | */ |
| 59 | 59 | public function actionView($id) |
| 60 | 60 | { |
@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | /** |
| 38 | 38 | * Lists all Users models. |
| 39 | 39 | * |
| 40 | - * @return mixed |
|
| 40 | + * @return string |
|
| 41 | 41 | */ |
| 42 | 42 | public function actionIndex() |
| 43 | 43 | { |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | * Displays a single Users model. |
| 55 | 55 | * |
| 56 | 56 | * @param integer $id |
| 57 | - * @return mixed |
|
| 57 | + * @return string |
|
| 58 | 58 | */ |
| 59 | 59 | public function actionView($id) |
| 60 | 60 | { |