Skip to content

Commit d808189

Browse files
committed
Add missing doc param & deprecation changelog entries
1 parent 2a6f7a9 commit d808189

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Translator.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ class Translator implements TranslatorInterface, TranslatorBagInterface
7474
/**
7575
* Constructor.
7676
*
77-
* @param string $locale The locale
78-
* @param MessageSelector|null $selector The message selector for pluralization
79-
* @param string|null $cacheDir The directory to use for the cache
80-
* @param bool $debug Use cache in debug mode ?
77+
* @param string $locale The locale
78+
* @param MessageSelector|null $selector The message selector for pluralization
79+
* @param string $defaultLocale
80+
* @param string|null $cacheDir The directory to use for the cache
81+
* @param bool $debug Use cache in debug mode ?
8182
*
8283
* @throws InvalidArgumentException If a locale contains invalid characters
8384
*/

0 commit comments

Comments
 (0)