Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit6821b55

Browse files
committed
minor#43396 [SecurityBundle] Fix TraceableAuthenticator::authenticate() return type (chalasr)
This PR was merged into the 5.4 branch.Discussion----------[SecurityBundle] Fix `TraceableAuthenticator::authenticate()` return type| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | yes| New feature? | no| Deprecations? | -| Tickets | _| License | MIT| Doc PR | _Needed for 5.4 to 6.0 compatibilityCommits-------c22d68f [SecurityBundle] Fix `TraceableAuthenticator::authenticate()` return type
2 parentsfebe169 +c22d68f commit6821b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/SecurityBundle/Debug/Authenticator/TraceableAuthenticator.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function supports(Request $request): ?bool
5656
return$this->authenticator->supports($request);
5757
}
5858

59-
publicfunctionauthenticate(Request$request):PassportInterface
59+
publicfunctionauthenticate(Request$request):Passport
6060
{
6161
$startTime =microtime(true);
6262
$this->passport =$this->authenticator->authenticate($request);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp