8000
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 1f7bc10 commit 9813670Copy full SHA for 9813670
src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php
@@ -92,9 +92,6 @@ public function isInteractive(): bool
92
return $this->authenticator instanceof InteractiveAuthenticatorInterface && $this->authenticator->isInteractive();
93
}
94
95
- /**
96
- * @internal
97
- */
98
public function getAuthenticator(): AuthenticatorInterface
99
{
100
return $this->authenticator;
0 commit comments