Completed
Pull Request — master (#3)
by
unknown
09:02
created
DependencyInjection/HTML5CacheExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         }
Please login to merge, or discard this patch.