Skip to content

Commit

Permalink
Fix doctrine#466 Change the IntegerNode port configuration node to Sc…
Browse files Browse the repository at this point in the history
…alarNode to accept placeholder environment variables
  • Loading branch information
Zacharias Luiten committed Jun 19, 2018
1 parent d9e400c commit 2857fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private function addDocumentManagersSection(ArrayNodeDefinition $rootNode)
->scalarNode('type')->defaultValue('array')->end()
->scalarNode('class')->end()
->scalarNode('host')->end()
->integerNode('port')->end()
->scalarNode('port')->end()
->scalarNode('instance_class')->end()
->scalarNode('id')->end()
->scalarNode('namespace')->end()
Expand Down

0 comments on commit 2857fb2

Please sign in to comment.