Skip to content

Commit e1daff4

Browse files
committed
bug #24684 [Security] remove invalid deprecation notice on AbstractGuardAuthenticator::supports() (kbond)
This PR was merged into the 3.4 branch. Discussion ---------- [Security] remove invalid deprecation notice on AbstractGuardAuthenticator::supports() | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #16835 (comment) | License | MIT | Doc PR | n/a This deprecation flag causes a false positive. Commits ------- 5fb44e7 [Guard] remove invalid deprecation notice
2 parents 78426b7 + 5fb44e7 commit e1daff4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ abstract class AbstractGuardAuthenticator implements AuthenticatorInterface
2424
{
2525
/**
2626
* {@inheritdoc}
27-
*
28-
* @deprecated since version 3.4, to be removed in 4.0
2927
*/
3028
public function supports(Request $request)
3129
{

0 commit comments

Comments
 (0)