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](#49015 (comment)) in #49015 I made this PR

Commits
-------

0a8ba93 Removed `@internal` tag on TraceableAuthenticator::getAuthenticator()
  • Loading branch information
nicolas-grekas committed Mar 2, 2023
2 parents c7b787b + 0a8ba93 commit e8b2fb7
Showing 1 changed file with 0 additions and 3 deletions.
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 e8b2fb7

Please sign in to comment.