Skip to content

Commit

Permalink
Merge pull request #250 from kaznovac/patch-1
Browse files Browse the repository at this point in the history
fix indentation in config tree builder
  • Loading branch information
jwage committed Jan 4, 2019
2 parents 85d8325 + 28591f9 commit 7a3ea6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -64,8 +64,8 @@ public function getConfigTreeBuilder() : TreeBuilder
->then(static function ($v) {
return constant('Doctrine\Migrations\Configuration\Configuration::VERSIONS_ORGANIZATION_' . strtoupper($v));
})
->end()
->end()
->end()
->end();

return $treeBuilder;
Expand Down

0 comments on commit 7a3ea6e

Please sign in to comment.