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

Skip to content

Commit 0a8ba93

Browse files
Removed @internal tag on TraceableAuthenticator::getAuthenticator()
1 parent 51b859f commit 0a8ba93

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
@@ -100,9 +100,6 @@ public function isInteractive(): bool
100100
return $this->authenticator instanceof InteractiveAuthenticatorInterface && $this->authenticator->isInteractive();
101101
}
102102

103-
/**
104-
* @internal
105-
*/
106103
public function getAuthenticator(): AuthenticatorInterface
107104
{
108105
return $this->authenticator;

0 commit comments

Comments
 (0)
0