Skip to content

Commit 7a3ea6e

Browse files
authored
Merge pull request #250 from kaznovac/patch-1
fix indentation in config tree builder
2 parents 85d8325 + 28591f9 commit 7a3ea6e

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)