@@ -12,7 +12,7 @@ |
||
| 12 | 12 | */ |
| 13 | 13 | public function process(ContainerBuilder $container) |
| 14 | 14 | { |
| 15 | - if (! $container->has('werkspot.sitemap.generator')) { |
|
| 15 | + if (!$container->has('werkspot.sitemap.generator')) { |
|
| 16 | 16 | return; |
| 17 | 17 | } |
| 18 | 18 | |
@@ -25,6 +25,6 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 27 | 27 | { |
| 28 | - $loader->load(__DIR__ . '/config.yml'); |
|
| 28 | + $loader->load(__DIR__.'/config.yml'); |
|
| 29 | 29 | } |
| 30 | 30 | } |