@@ -376,7 +376,7 @@ discard block |
||
376 | 376 | * @param mixed|null $default The default value, that has to be returned, if the row's value is empty |
377 | 377 | * @param callable|null $callback The callback that has to be invoked on the value, e. g. to format it |
378 | 378 | * |
379 | - * @return mixed|null The, almost formatted, value |
|
379 | + * @return string The, almost formatted, value |
|
380 | 380 | */ |
381 | 381 | public function getValue($name, $default = null, callable $callback = null) |
382 | 382 | { |
@@ -1274,7 +1274,7 @@ discard block |
||
1274 | 1274 | * |
1275 | 1275 | * @param string $message The message to strip the exception suffix from |
1276 | 1276 | * |
1277 | - * @return mixed The message without the exception suffix |
|
1277 | + * @return string The message without the exception suffix |
|
1278 | 1278 | */ |
1279 | 1279 | public function stripExceptionSuffix($message) |
1280 | 1280 | { |