Completed
Push — 1.0 ( abbc08...86bac3 )
by David
09:10
created
tests/ServiceProviderCompilationPassTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      */
72 72
     public function testExceptionMessageIfNoPuliBundle()
73 73
     {
74
-        $bundle = new InteropServiceProviderBridgeBundle([], true);
74
+        $bundle = new InteropServiceProviderBridgeBundle([ ], true);
75 75
         $container = new ContainerBuilder();
76 76
         $bundle->build($container);
77 77
         $container->compile();
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
      */
83 83
     public function testPuliBundle()
84 84
     {
85
-        $container = $this->getContainer([], true);
85
+        $container = $this->getContainer([ ], true);
86 86
 
87 87
         $serviceA = $container->get('serviceA');
88 88
 
Please login to merge, or discard this patch.