We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b859f commit 0a8ba93Copy full SHA for 0a8ba93
src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php
@@ -100,9 +100,6 @@ public function isInteractive(): bool
100
return $this->authenticator instanceof InteractiveAuthenticatorInterface && $this->authenticator->isInteractive();
101
}
102
103
- /**
104
- * @internal
105
- */
106
public function getAuthenticator(): AuthenticatorInterface
107
{
108
return $this->authenticator;
0 commit comments