@@ -30,7 +30,7 @@ |
||
30 | 30 | */ |
31 | 31 | public function build(ContainerBuilder $container) |
32 | 32 | { |
33 | - $this->checkDependencies(['BenGorUserBundle', 'TwigBundle'], $container); |
|
33 | + $this->checkDependencies([ 'BenGorUserBundle', 'TwigBundle' ], $container); |
|
34 | 34 | |
35 | 35 | $container->loadFromExtension('framework', [ |
36 | 36 | 'translator' => [ |