Completed
Push — master ( f19e08...d56879 )
by Beñat
12:48
created
src/BenGorUser/TwigBridgeBundle/TwigBridgeBundle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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' => [
Please login to merge, or discard this patch.
BenGorUser/TwigBridgeBundle/DependencyInjection/TwigBridgeExtensionSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,6 +36,6 @@
 block discarded – undo
36 36
 
37 37
     function it_loads(ContainerBuilder $container)
38 38
     {
39
-        $this->load([], $container);
39
+        $this->load([ ], $container);
40 40
     }
41 41
 }
Please login to merge, or discard this patch.