8000 Removed @internal tag on TraceableAuthenticator::getAuthenticator() · symfony/symfony@9813670 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 9813670

Browse files
Removed @internal tag on TraceableAuthenticator::getAuthenticator()
1 parent 1f7bc10 commit 9813670

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ public function isInteractive(): bool
9292
return $this->authenticator instanceof InteractiveAuthenticatorInterface && $this->authenticator->isInteractive();
9393
}
9494

95-
/**
96-
* @internal
97-
*/
9895
public function getAuthenticator(): AuthenticatorInterface
9996
{
10097
return $this->authenticator;

0 commit comments

Comments
 (0)
0