@@ -25,6 +25,9 @@ |
||
25 | 25 | protected $languageCodes; |
26 | 26 | |
27 | 27 | |
28 | + /** |
|
29 | + * @param string $locale |
|
30 | + */ |
|
28 | 31 | public function __construct($locale, $languageCodes) |
29 | 32 | { |
30 | 33 | $this->locale = new Language($locale); |