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.
TraceableAuthenticator
2 parents a8a57a1 + 9173c08 commit 9efcba5Copy full SHA for 9efcba5
src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php
@@ -58,7 +58,7 @@ public function supports(Request $request): ?bool
58
return $this->authenticator->supports($request);
59
}
60
61
- public function authenticate(Request $request): Passport
+ public function authenticate(Request $request): PassportInterface
62
{
63
$startTime = microtime(true);
64
$this->passport = $this->authenticator->authenticate($request);
0 commit comments