Add missing doc param & deprecation changelog entries

This commit is contained in:
Robin Chalas 2017-05-21 11:59:35 +02:00
parent cd217fd121
commit 7b14d4f4ec
3 changed files with 7 additions and 4 deletions

View File

@ -10,6 +10,7 @@ CHANGELOG
`ContainerAwareInterface` interface for this command.
* Deprecated the `FirewallMap::$map` and `$container` properties.
* [BC BREAK] Keys of the `users` node for `in_memory` user provider are no longer normalized.
* deprecated `FirewallContext::getListeners()`
3.2.0
-----

View File

@ -11,6 +11,7 @@ CHANGELOG
* added the possibility to change the query string parameter used by `UriSigner`
* deprecated `LazyLoadingFragmentHandler::addRendererService()`
* deprecated `Extension::addClassesToCompile()`
* deprecated `Psr6CacheClearer::addPool()`
3.2.0
-----

View File

@ -74,10 +74,11 @@ class Translator implements TranslatorInterface, TranslatorBagInterface
/**
* Constructor.
*
* @param string $locale The locale
* @param MessageSelector|null $selector The message selector for pluralization
* @param string|null $cacheDir The directory to use for the cache
* @param bool $debug Use cache in debug mode ?
* @param string $locale The locale
* @param MessageSelector|null $selector The message selector for pluralization
* @param string $defaultLocale
* @param string|null $cacheDir The directory to use for the cache
* @param bool $debug Use cache in debug mode ?
*
* @throws InvalidArgumentException If a locale contains invalid characters
*/