Passed
Push — master ( 9dadbc...3d8989 )
by Kamil
02:26
created
DependencyInjection/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
                                 ->defaultValue('sut_template.php.twig')
40 40
                                 ->end()
41 41
                             ->end()
42
-                         ->end()
42
+                            ->end()
43 43
                 ->end();
44 44
 
45 45
         return $treeBuilder;
Please login to merge, or discard this patch.