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

Commit20a6775

Browse files
author
Nassim
committed
Modified return statement place
1 parenta7d22e1 commit20a6775

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎cookbook/security/custom_authentication_provider.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ set an authenticated token in the security context if successful.
137137
138138
try {
139139
$authToken = $this->authenticationManager->authenticate($token);
140-
141-
return $this->securityContext->setToken($authToken);
140+
$this->securityContext->setToken($authToken);
141+
142+
return;
142143
} catch (AuthenticationException $failed) {
143144
// ... you might log something here
144145

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp