Skip to content

Commit

Permalink
use scalar node (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jan 4, 2018
1 parent 81d1a17 commit 75edc63
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 @@ -30,7 +30,7 @@ public function getConfigTreeBuilder()
->scalarNode('php_bin')->defaultNull()->end()
->scalarNode('dispatch_path')->defaultNull()->end()
->scalarNode('fastcgi_host')->cannotBeEmpty()->defaultValue('localhost')->end()
->integerNode('fastcgi_port')->defaultValue(9000)->end()
->scalarNode('fastcgi_port')->defaultValue(9000)->end()
->end()
->end()
->end();
Expand Down

0 comments on commit 75edc63

Please sign in to comment.