Skip to content

Commit a325725

Browse files
Merge branch '6.0' into 6.1
* 6.0: [6.0] cs fixes [5.4] cs fixes [5.3] cs fixes [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes fix merge Remove pointless assignment [HttpClient] Fix tracing requests made after calling withOptions() [Cache] disable lock on CLI Revert "feature #41989 [Cache] make `LockRegistry` use semaphores when possible (nicolas-grekas)" [HttpKernel] fix how configuring log-level and status-code by exception works [VarDumper] add more "transient-on-macos" groups
2 parents bfa6128 + 49bdda6 commit a325725

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DataCollector/SecurityDataCollector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ public function collect(Request $request, Response $response, \Throwable $except
185185
'authenticators' => $firewallConfig->getAuthenticators(),
186186
];
187187

188-
189188
// generate exit impersonation path from current request
190189
if ($this->data['impersonated'] && null !== $switchUserConfig = $firewallConfig->getSwitchUser()) {
191190
$exitPath = $request->getRequestUri();

0 commit comments

Comments
 (0)