Passed
Push — master ( 36b048...4acc57 )
by Kamil
44s queued 10s
created
DependencyInjection/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
                                 ->scalarNode('template')->defaultValue('sut_template.php.twig')->end()
39 39
                                 ->scalarNode('template_dir')->defaultValue(__DIR__ . '/../../unigen/unigen/src/Resources/views')->end()
40 40
                             ->end()
41
-                         ->end()
41
+                            ->end()
42 42
                 ->end();
43 43
 
44 44
         return $treeBuilder;
Please login to merge, or discard this patch.