Skip to content

Commit 49bdda6

Browse files
[6.0] cs fixes
1 parent 98b9e3d commit 49bdda6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

DataCollector/SecurityDataCollector.php

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

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

Security/FirewallAwareTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Bundle\SecurityBundle\Security;
1313

14-
1514
/**
1615
* Provides basic functionality for services mapped by the firewall name
1716
* in a container locator.

0 commit comments

Comments
 (0)