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
1 parent 303edcd commit 413c5faCopy full SHA for 413c5fa
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