@@ -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 | { |
@@ -24,7 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * {@inheritdoc} |
26 | 26 | * |
27 | - * @param mixed $actual |
|
27 | + * @param string $actual |
|
28 | 28 | * @return Match |
29 | 29 | */ |
30 | 30 | public function match($actual = '') |