Skip to content

Commit 74f6b81

Browse files
committed
removed dead code and fixed CS
1 parent 9591c76 commit 74f6b81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DependencyInjection/SecurityExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ private function createFirewalls($config, ContainerBuilder $container)
240240
private function createFirewall(ContainerBuilder $container, $id, $firewall, &$authenticationProviders, $providerIds)
241241
{
242242
// Matcher
243-
$i = 0;
244243
$matcher = null;
245244
if (isset($firewall['request_matcher'])) {
246245
$matcher = new Reference($firewall['request_matcher']);

0 commit comments

Comments
 (0)