Passed
Push — develop ( 4a1e3c...5ffbd7 )
by Kamil
21:22
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
                                 ->scalarNode('template_dir')
40 40
                                 ->defaultValue('%kernel.project_dir%/vendor/unigen/unigen/src/Resources/views')->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.