Skip to content

Commit

Permalink
bug #49541 [Security] Remove @internal tag on `TraceableAuthentic…
Browse files Browse the repository at this point in the history
…ator::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()
  • Loading branch information
nicolas-grekas committed Mar 2, 2023
2 parents 0570380 + a167d71 commit 7c71908
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Authenticator/Debug/TraceableAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ public function isInteractive(): bool
return $this->authenticator instanceof InteractiveAuthenticatorInterface && $this->authenticator->isInteractive();
}

/**
* @internal
*/
public function getAuthenticator(): AuthenticatorInterface
{
return $this->authenticator;
Expand Down

0 comments on commit 7c71908

Please sign in to comment.