@@ -49,7 +49,6 @@ |
||
49 | 49 | /** |
50 | 50 | * Compose the phpunit command to be ran in order to perform the extension tests. |
51 | 51 | * |
52 | - * @param string|null $extensionToRun |
|
53 | 52 | * @return string |
54 | 53 | */ |
55 | 54 | protected function makeCommand() |
@@ -252,7 +252,7 @@ |
||
252 | 252 | * Remove all translations from the persistent storage. |
253 | 253 | * This is called after the model is deleted. |
254 | 254 | * |
255 | - * @param string $language |
|
255 | + * @param string $languages |
|
256 | 256 | * @return bool |
257 | 257 | */ |
258 | 258 | public function deleteTranslations(...$languages): bool |
@@ -202,6 +202,9 @@ |
||
202 | 202 | return "meta" . DIRECTORY_SEPARATOR . "{$language}.json"; |
203 | 203 | } |
204 | 204 | |
205 | + /** |
|
206 | + * @param string $language |
|
207 | + */ |
|
205 | 208 | protected function getLanguageModelMap($language) |
206 | 209 | { |
207 | 210 | if (!$this->disk->has($this->mapName($language))) { |