@@ -67,7 +67,7 @@ |
||
| 67 | 67 | /** |
| 68 | 68 | * Return's the observer's subject instance. |
| 69 | 69 | * |
| 70 | - * @return object The observer's subject instance |
|
| 70 | + * @return SubjectInterface The observer's subject instance |
|
| 71 | 71 | */ |
| 72 | 72 | public function getSubject() |
| 73 | 73 | { |
@@ -1090,7 +1090,7 @@ discard block |
||
| 1090 | 1090 | /** |
| 1091 | 1091 | * Return's the original data if available, or an empty array. |
| 1092 | 1092 | * |
| 1093 | - * @return array The original data |
|
| 1093 | + * @return string The original data |
|
| 1094 | 1094 | */ |
| 1095 | 1095 | public function getOriginalData() |
| 1096 | 1096 | { |
@@ -1181,7 +1181,7 @@ discard block |
||
| 1181 | 1181 | * |
| 1182 | 1182 | * @param string $message The message to strip the exception suffix from |
| 1183 | 1183 | * |
| 1184 | - * @return mixed The message without the exception suffix |
|
| 1184 | + * @return string The message without the exception suffix |
|
| 1185 | 1185 | */ |
| 1186 | 1186 | public function stripExceptionSuffix($message) |
| 1187 | 1187 | { |