Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e95e0c

Browse files
minor #22822 Add missing doc param & deprecation changelog entries (chalasr)
This PR was merged into the 3.3 branch. Discussion ---------- Add missing doc param & deprecation changelog entries | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22749 (comment) | License | MIT | Doc PR | n/a Commits ------- 7b14d4f Add missing doc param & deprecation changelog entries
2 parents cd217fd + 7b14d4f commit 6e95e0c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

src/Symfony/Bundle/SecurityBundle/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ CHANGELOG
1010
`ContainerAwareInterface` interface for this command.
1111
* Deprecated the `FirewallMap::$map` and `$container` properties.
1212
* [BC BREAK] Keys of the `users` node for `in_memory` user provider are no longer normalized.
13+
* deprecated `FirewallContext::getListeners()`
1314

1415
3.2.0
1516
-----

src/Symfony/Component/HttpKernel/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CHANGELOG
1111
* added the possibility to change the query string parameter used by `UriSigner`
1212
* deprecated `LazyLoadingFragmentHandler::addRendererService()`
1313
* deprecated `Extension::addClassesToCompile()`
14+
* deprecated `Psr6CacheClearer::addPool()`
1415

1516
3.2.0
1617
-----

src/Symfony/Component/Translation/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)