Skip to content

Commit

Permalink
Changed conficuration: validate defalt value is not true
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyKupershtokh committed Jul 31, 2015
1 parent 5e2827a commit ac0f207
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 @@ -41,7 +41,7 @@ public function getConfigTreeBuilder()
->scalarNode('protocol')->defaultValue('Thrift\Protocol\TBinaryProtocolAccelerated')->end()
->scalarNode('transport')->defaultValue('Thrift\Transport\TBufferedTransport')->end()
->booleanNode('server')->defaultFalse()->end()
->booleanNode('validate')->defaultFalse()->end()
->booleanNode('validate')->defaultTrue()->end()
->arrayNode('includeDirs')
->prototype('scalar')
->end()
Expand Down

0 comments on commit ac0f207

Please sign in to comment.