Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9efcba5

Browse filesBrowse files
committed
bug #43465 [Security] Fix TraceableAuthenticator return type (chalasr)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Fix `TraceableAuthenticator` return type | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Reported by `@upyx` in symfony/security-http@303edcd#r57929281. Commits ------- 9173c08 [Security] Fix `TraceableAuthenticator` return type
2 parents a8a57a1 + 9173c08 commit 9efcba5
Copy full SHA for 9efcba5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function supports(Request $request): ?bool
5858
return $this->authenticator->supports($request);
5959
}
6060

61-
public function authenticate(Request $request): Passport
61+
public function authenticate(Request $request): PassportInterface
6262
{
6363
$startTime = microtime(true);
6464
$this->passport = $this->authenticator->authenticate($request);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.