@@ -71,7 +71,7 @@ discard block |
||
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 |
||
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 |