Skip to content

Commit 7c71908

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](symfony/symfony#49015 (comment)) in #49015 I made this PR Commits ------- 0a8ba937b7 Removed `@internal` tag on TraceableAuthenticator::getAuthenticator()
2 parents 0570380 + a167d71 commit 7c71908

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)