Completed
Push — 6.13 ( 24c344...c22b67 )
by Łukasz
22:03
created
Publish/Core/REST/Server/Tests/Output/ValueObjectVisitor/ExceptionTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -227,6 +227,9 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.