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 83ff05b

Browse filesBrowse files
MatTheCatsfmok
andauthored
Use existing variable
Co-authored-by: Mokhtar Tlili <tlili.mokhtar@gmail.com>
1 parent 9712441 commit 83ff05b
Copy full SHA for 83ff05b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function authenticate(RequestEvent $event): void
6060
return;
6161
}
6262

63-
foreach ($request->attributes->get('_security_authenticators') as $key => $authenticator) {
63+
foreach ($authenticators as $key => $authenticator) {
6464
$authenticators[$key] = new TraceableAuthenticator($authenticator);
6565
}
6666

0 commit comments

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