Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Bastien committed Jul 13, 2016
1 parent 0f31952 commit 9e5118c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/LoadBalancerExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function load(array $configs, ContainerBuilder $container)

if (count($config['hosts'])) {
$loadbalancer = $container->getDefinition('nbn_loadbalancer.loadbalancer');
foreach($config['hosts'] as $id => $hostConfiguration) {
foreach ($config['hosts'] as $id => $hostConfiguration) {
$loadbalancer->addMethodCall('addHostByConfiguration', [$id, $hostConfiguration['url'], $hostConfiguration['settings']]);
}
}
Expand Down

0 comments on commit 9e5118c

Please sign in to comment.