@@ -227,7 +227,7 @@ |
||
227 | 227 | * Executes the callable and matches the exception type and exception message. |
228 | 228 | * |
229 | 229 | * @param $actual |
230 | - * @return bool |
|
230 | + * @return boolean|null |
|
231 | 231 | */ |
232 | 232 | protected function doMatch($actual) |
233 | 233 | { |
@@ -50,7 +50,7 @@ |
||
50 | 50 | * {@inheritdoc} |
51 | 51 | * |
52 | 52 | * @param TemplateInterface $template |
53 | - * @return mixed|string |
|
53 | + * @return string |
|
54 | 54 | */ |
55 | 55 | public function getMessage(TemplateInterface $template) |
56 | 56 | { |