8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TraceableAuthenticator::authenticate()
2 parents febe169 + c22d68f commit 6821b55Copy full SHA for 6821b55
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