We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b6583 commit 47841acCopy full SHA for 47841ac
DependencyInjection/Configuration.php
@@ -87,7 +87,7 @@ public function getConfigTreeBuilder()
87
->children()
88
->enumNode('scheme')->values(['http', 'bolt'])->defaultValue('bolt')->end()
89
->scalarNode('host')->defaultValue('localhost')->end()
90
- ->integerNode('port')->end()
+ ->scalarNode('port')->end()
91
->scalarNode('username')->defaultValue('neo4j')->end()
92
->scalarNode('password')->defaultValue('neo4j')->end()
93
->scalarNode('dsn')->defaultNull()->end()
0 commit comments