Skip to content

Commit a167d71

Browse files
Removed @internal tag on TraceableAuthenticator::getAuthenticator()
1 parent 77e01ce commit a167d71

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)