Passed
Pull Request — master (#2)
by Romain
03:34
created
DependencyInjection/CompilerPass/SymfonyCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     {
18 18
         if ($container->hasDefinition('serializer')
19 19
             && $container->getDefinition('serializer')->getClass() === Serializer::class) {
20
-            $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'../../Resources/config'));
20
+            $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '../../Resources/config'));
21 21
             $loader->load('symfony_normalizer.yml');
22 22
         }
23 23
     }
Please login to merge, or discard this patch.