Skip to content

Commit 0fb0acc

Browse files
Update case for resolveTargetEntityConfigType
1 parent 781886b commit 0fb0acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TypesGeneratorConfiguration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static function ($rdf) {
109109
->children()
110110
->booleanNode('useCollection')->defaultTrue()->info('Use Doctrine\'s ArrayCollection instead of standard arrays')->end()
111111
->scalarNode('resolveTargetEntityConfigPath')->defaultNull()->info('The Resolve Target Entity Listener config file pass')->end()
112-
->scalarNode('resolveTargetEntityConfigType')->defaultValue("XML")->values(['XML', 'YAML'])->info('The Resolve Target Entity Listener config file type')->end()
112+
->enumNode('resolveTargetEntityConfigType')->defaultValue("XML")->values(['XML', 'yaml'])->info('The Resolve Target Entity Listener config file type')->end()
113113
->arrayNode('inheritanceAnnotations')
114114
->info('Doctrine inheritance annotations (if set, no other annotations are generated)')
115115
->prototype('scalar')->end()

0 commit comments

Comments
 (0)