Passed
Pull Request — develop (#18)
by Bart
03:40
created
DependencyInjection/FHMultiSiteExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         $configuration = new Configuration();
28 28
         $config = $this->processConfiguration($configuration, $configs);
29 29
 
30
-        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
30
+        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
31 31
         $loader->load('form.yml');
32 32
 
33 33
         $this->configureRepository($config['repository'], $container);
Please login to merge, or discard this patch.