Skip to content

Commit 1132917

Browse files
committed
fixed CS
1 parent db61591 commit 1132917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Compiler/AddSecurityVotersPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ public function process(ContainerBuilder $container)
4545
throw new LogicException('No security voters found. You need to tag at least one with "security.voter"');
4646
}
4747

48-
$container->getDefinition('security.access.decision_manager')->addMethodCall('setVoters', array(array_values($voters)));
48+
$container->getDefinition('security.access.decision_manager')->addMethodCall('setVoters', array(array_values($voters)));
4949
}
5050
}

0 commit comments

Comments
 (0)