@@ -74,6 +74,9 @@ discard block |
||
| 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 |
||
| 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; |