@@ -227,6 +227,9 @@ |
||
| 227 | 227 | return new ExceptionValueObjectVisitor(false, $this->getTranslatorMock()); |
| 228 | 228 | } |
| 229 | 229 | |
| 230 | + /** |
|
| 231 | + * @return null|TranslatorInterface |
|
| 232 | + */ |
|
| 230 | 233 | protected function getTranslatorMock() |
| 231 | 234 | { |
| 232 | 235 | if (!isset($this->translatorMock)) { |