Passed
Branch master (deee8f)
by Mathieu
02:38
created
EventListener/ConfigSubscriber.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -36,13 +36,13 @@
 block discarded – undo
36 36
     public function onConfigGenerate(ConfigBuilderEvent $event)
37 37
     {
38 38
         $event->addForm(
39
-                  [
40
-                      'bundle'     => 'MauticLdapAuthBundle',
41
-                      'formAlias'  => 'ldapconfig',
42
-                      'formTheme'  => 'MauticLdapAuthBundle:FormTheme\Config',
43
-                      'parameters' => $event->getParametersFromConfig('MauticLdapAuthBundle'),
44
-                  ]
45
-              );
39
+                    [
40
+                        'bundle'     => 'MauticLdapAuthBundle',
41
+                        'formAlias'  => 'ldapconfig',
42
+                        'formTheme'  => 'MauticLdapAuthBundle:FormTheme\Config',
43
+                        'parameters' => $event->getParametersFromConfig('MauticLdapAuthBundle'),
44
+                    ]
45
+                );
46 46
     }
47 47
 
48 48
     /**
Please login to merge, or discard this patch.