File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ static function ($rdf) {
109
109
->children ()
110
110
->booleanNode ('useCollection ' )->defaultTrue ()->info ('Use Doctrine \'s ArrayCollection instead of standard arrays ' )->end ()
111
111
->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 ()
113
113
->arrayNode ('inheritanceAnnotations ' )
114
114
->info ('Doctrine inheritance annotations (if set, no other annotations are generated) ' )
115
115
->prototype ('scalar ' )->end ()
You can’t perform that action at this time.
0 commit comments