@@ -34,21 +34,25 @@ |
||
34 | 34 | |
35 | 35 | /** |
36 | 36 | * @param TranslationInterface $translation |
37 | + * @return void |
|
37 | 38 | */ |
38 | 39 | public function addTranslation(TranslationInterface $translation): void; |
39 | 40 | |
40 | 41 | /** |
41 | 42 | * @param TranslationInterface $translation |
43 | + * @return void |
|
42 | 44 | */ |
43 | 45 | public function removeTranslation(TranslationInterface $translation): void; |
44 | 46 | |
45 | 47 | /** |
46 | 48 | * @param null|string $locale |
49 | + * @return void |
|
47 | 50 | */ |
48 | 51 | public function setCurrentLocale(?string $locale): void; |
49 | 52 | |
50 | 53 | /** |
51 | 54 | * @param null|string $locale |
55 | + * @return void |
|
52 | 56 | */ |
53 | 57 | public function setFallbackLocale(?string $locale): void; |
54 | 58 | } |