Skip to content

Commit 28591f9

Browse files
authored
fix indentation in config tree builder
first `->end()` belongs to `->validate()`'s `ExprBuilder`, and the second one is now inline with it's `ScalarNodeDefinition` creator `->scalarNode('organize_migrations')->defaultValue(false)`
1 parent 85d8325 commit 28591f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public function getConfigTreeBuilder() : TreeBuilder
6464
->then(static function ($v) {
6565
return constant('Doctrine\Migrations\Configuration\Configuration::VERSIONS_ORGANIZATION_' . strtoupper($v));
6666
})
67-
->end()
6867
->end()
68+
->end()
6969
->end();
7070

7171
return $treeBuilder;

0 commit comments

Comments
 (0)