@@ -132,8 +132,8 @@ discard block |
||
| 132 | 132 | /** |
| 133 | 133 | * Get the action message. |
| 134 | 134 | * |
| 135 | - * @param $item |
|
| 136 | - * @return \Illuminate\Config\Repository|mixed |
|
| 135 | + * @param HealthStatus $item |
|
| 136 | + * @return string |
|
| 137 | 137 | */ |
| 138 | 138 | private function getActionMessage($item) |
| 139 | 139 | { |
@@ -145,7 +145,7 @@ discard block |
||
| 145 | 145 | /** |
| 146 | 146 | * Get the action title. |
| 147 | 147 | * |
| 148 | - * @return mixed |
|
| 148 | + * @return string |
|
| 149 | 149 | */ |
| 150 | 150 | protected function getActionTitle() |
| 151 | 151 | { |
@@ -155,7 +155,7 @@ discard block |
||
| 155 | 155 | /** |
| 156 | 156 | * Get the email subject. |
| 157 | 157 | * |
| 158 | - * @return mixed |
|
| 158 | + * @return string |
|
| 159 | 159 | */ |
| 160 | 160 | protected function getSubject() |
| 161 | 161 | { |