@@ -27,7 +27,7 @@ |
||
| 27 | 27 | |
| 28 | 28 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 29 | 29 | { |
| 30 | - $loader->load(function (ContainerBuilder $container) { |
|
| 30 | + $loader->load(function(ContainerBuilder $container) { |
|
| 31 | 31 | //$container->register('stub_word_list'); |
| 32 | 32 | $container->loadFromExtension('metro_markets_ff', $this->config); |
| 33 | 33 | |
@@ -14,7 +14,7 @@ |
||
| 14 | 14 | $container = $kernel->getContainer(); |
| 15 | 15 | |
| 16 | 16 | |
| 17 | - $this->assertEquals(1,1); |
|
| 17 | + $this->assertEquals(1, 1); |
|
| 18 | 18 | } |
| 19 | 19 | |
| 20 | 20 | } |
| 21 | 21 | \ No newline at end of file |