Completed
Push — master ( fac3e1...87ae16 )
by Guillaume
02:53
created
UtilisateurBundle/DependencyInjection/StarkerxpUtilisateurExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     public function load(array $configs, ContainerBuilder $container)
21 21
     {
22 22
         $configuration = new Configuration();
23
-         $this->processConfiguration($configuration, $configs);
23
+            $this->processConfiguration($configuration, $configs);
24 24
 
25 25
         $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
26 26
         $loader->load('services.yml');
Please login to merge, or discard this patch.