Skip to content

Commit

Permalink
Removed @internal tag on TraceableAuthenticator::getAuthenticator()
Browse files Browse the repository at this point in the history
  • Loading branch information
florentdestremau committed Feb 27, 2023
1 parent 51b859f commit 0a8ba93
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 0a8ba93

Please sign in to comment.