Skip to content

Commit 81c183f

Browse files
committed
minor #41784 [Security] Fix references to CheckRememberMeConditionsListener in doc blocks (derrabus)
This PR was merged into the 5.3 branch. Discussion ---------- [Security] Fix references to CheckRememberMeConditionsListener in doc blocks | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Commits ------- 05512adf3b Fix references to CheckRememberMeConditionsListener
2 parents a12040d + 9614e28 commit 81c183f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Authenticator/Passport/Badge/RememberMeBadge.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111

1212
namespace Symfony\Component\Security\Http\Authenticator\Passport\Badge;
1313

14+
use Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener;
15+
1416
/**
1517
* Adds support for remember me to this authenticator.
1618
*
1719
* The presence of this badge doesn't create the remember-me cookie. The actual
1820
* cookie is only created if this badge is enabled. By default, this is done
19-
* by the {@see RememberMeConditionsListener} if all conditions are met.
21+
* by the {@see CheckRememberMeConditionsListener} if all conditions are met.
2022
*
2123
* @author Wouter de Jong <wouter@wouterj.nl>
2224
*
@@ -29,7 +31,7 @@ class RememberMeBadge implements BadgeInterface
2931
/**
3032
* Enables remember-me cookie creation.
3133
*
32-
* In most cases, {@see RememberMeConditionsListener} enables this
34+
* In most cases, {@see CheckRememberMeConditionsListener} enables this
3335
* automatically if always_remember_me is true or the remember_me_parameter
3436
* exists in the request.
3537
*

0 commit comments

Comments
 (0)