Completed
Push — symfony3-fqcn-sylius-3 ( 1d8d47 )
by Kamil
18:35
created
Sylius/Bundle/ReviewBundle/DependencyInjection/SyliusReviewExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     public function load(array $config, ContainerBuilder $container)
28 28
     {
29 29
         $config = $this->processConfiguration($this->getConfiguration($config, $container), $config);
30
-        $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
30
+        $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
31 31
 
32 32
         $loader->load('services.xml');
33 33
 
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
         foreach ($resources as $subjectName => $subjectConfig) {
57 57
             foreach ($subjectConfig as $resourceName => $resourceConfig) {
58 58
                 if (is_array($resourceConfig)) {
59
-                    $resolvedResources[$subjectName.'_'.$resourceName] = $resourceConfig;
59
+                    $resolvedResources[$subjectName . '_' . $resourceName] = $resourceConfig;
60 60
                 }
61 61
             }
62 62
         }
Please login to merge, or discard this patch.