Skip to content

Commit 22dbd24

Browse files
Merge branch '5.4' into 6.0
* 5.4: Fix CI by removing ext-mongodb [ErrorHandler] fix parsing `@param` with dollars in the description [SecurityBundle] Fix wrong array key [SecurityBundle] Fix listing listeners in profiler when authenticator manager is disabled Fix FlattenException::setPrevious argument typing bug #43941 [FrameworkBundle] Comment design decision [DependencyInjection] fix auto-refresh when inline_factories is enabled
2 parents 96e98d3 + 7ad25f7 commit 22dbd24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DataCollector/SecurityDataCollector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ public function collect(Request $request, Response $response, \Throwable $except
187187
'authenticators' => $firewallConfig->getAuthenticators(),
188188
];
189189

190+
190191
// generate exit impersonation path from current request
191192
if ($this->data['impersonated'] && null !== $switchUserConfig = $firewallConfig->getSwitchUser()) {
192193
$exitPath = $request->getRequestUri();

0 commit comments

Comments
 (0)