@@ -318,6 +318,9 @@ |
||
318 | 318 | $this->compressAccordingToEnglishData($this->englishMaps[$countryCode], $mappings); |
319 | 319 | } |
320 | 320 | |
321 | + /** |
|
322 | + * @param string $textFile |
|
323 | + */ |
|
321 | 324 | private function getEnglishDataPath($textFile) |
322 | 325 | { |
323 | 326 | return "en" . DIRECTORY_SEPARATOR . substr($textFile, 3); |
@@ -121,7 +121,7 @@ |
||
121 | 121 | * Returns the customary display name in the given language for the given region. |
122 | 122 | * |
123 | 123 | * @param $regionCode |
124 | - * @param $locale |
|
124 | + * @param string $locale |
|
125 | 125 | * @return string |
126 | 126 | */ |
127 | 127 | protected function getRegionDisplayName($regionCode, $locale) |