Completed
Push — master ( 4e64ba...8e1cb2 )
by Ruud
95:22 queued 80:32
created
src/Kunstmaan/TranslatorBundle/Service/Translator/CacheValidator.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@  discard block
 block discarded – undo
74 74
         return null;
75 75
     }
76 76
 
77
+    /**
78
+     * @param string $cacheDir
79
+     */
77 80
     public function setCacheDir($cacheDir)
78 81
     {
79 82
         $this->cacheDir = $cacheDir;
@@ -84,6 +87,9 @@  discard block
 block discarded – undo
84 87
         $this->logger = $logger;
85 88
     }
86 89
 
90
+    /**
91
+     * @param \PHPUnit\Framework\MockObject\MockObject $translationRepository
92
+     */
87 93
     public function setTranslationRepository($translationRepository)
88 94
     {
89 95
         $this->translationRepository = $translationRepository;
Please login to merge, or discard this patch.