Skip to content

Commit

Permalink
Fixed normalized hyphen in dictionary items name. Closes #75
Browse files Browse the repository at this point in the history
Fixed normalized hyphen in dictionary items name. #75
  • Loading branch information
Antoine Lelaisant authored Oct 1, 2018
2 parents 3002756 + 5a40de4 commit 977613b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function getConfigTreeBuilder()
->children()
->scalarNode('type')->defaultValue('value')->end()
->arrayNode('content')
->prototype('scalar')->end()
->normalizeKeys(false)->prototype('scalar')->end()
->end()
->scalarNode('service')->end()
->scalarNode('method')->end()
Expand Down

0 comments on commit 977613b

Please sign in to comment.