Passed
Push — feature/symfony6-upgrade ( 8b24fd...bc7e8b )
by Paul
19:34 queued 03:35
created
DependencyInjection/SurfnetStepupSelfServiceSelfServiceExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         $configuration = new Configuration();
44 44
         $config = $this->processConfiguration($configuration, $configs);
45 45
 
46
-        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
46
+        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
47 47
         $loader->load('services.yaml');
48 48
         $loader->load('security.yaml');
49 49
 
Please login to merge, or discard this patch.