8000 bug #49541 [Security] Remove ``@internal`` tag on `TraceableAuthentic… · symfony/symfony@e8b2fb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8b2fb7

Browse files
bug #49541 [Security] Remove @internal tag on TraceableAuthenticator::getAuthenticator() (florentdestremau)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Remove ``@internal`` tag on `TraceableAuthenticator::getAuthenticator()` | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | See #49015 | License | MIT Following the [discussion](#49015 (comment)) in #49015 I made this PR Commits ------- 0a8ba93 Removed `@internal` tag on TraceableAuthenticator::getAuthenticator()
2 parents c7b787b + 0a8ba93 commit e8b2fb7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ public function isInteractive(): bool
100100
return $this->authenticator instanceof InteractiveAuthenticatorInterface && $this->authenticator->isInteractive();
101101
}
102102

103-
/**
104-
* @internal
105-
*/
106103
public function getAuthenticator(): AuthenticatorInterface
107104
{
108105
return $this->authenticator;

0 commit comments

Comments
 (0)
0