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::authenticate()
1 parent febe169 commit c22d68fCopy full SHA for c22d68f
src/Symfony/Bundle/SecurityBundle/Debug/Authenticator/TraceableAuthenticator.php
@@ -56,7 +56,7 @@ public function supports(Request $request): ?bool
56
return $this->authenticator->supports($request);
57
}
58
59
- public function authenticate(Request $request): PassportInterface
+ public function authenticate(Request $request): Passport
60
{
61
$startTime = microtime(true);
62
$this->passport = $this->authenticator->authenticate($request);
0 commit comments