@@ -25,7 +25,7 @@ discard block |
||
| 25 | 25 | $config = $processor->processConfiguration($configuration, $configs); |
| 26 | 26 | $config['cdn'] = $this->filterCdn($config['cdn']); |
| 27 | 27 | $container->setParameter('html5_cache', $config); |
| 28 | - $loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 28 | + $loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 29 | 29 | $loader->load('services.yml'); |
| 30 | 30 | } |
| 31 | 31 | |
@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | array_filter(preg_split('/[^a-z0-9\.]+/', $url['path'])) |
| 52 | 52 | ); |
| 53 | 53 | } |
| 54 | - $cdn = '//' . $cdn; |
|
| 54 | + $cdn = '//'.$cdn; |
|
| 55 | 55 | } else { |
| 56 | 56 | $cdn = ''; |
| 57 | 57 | } |