File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/Symfony/Bundle/FrameworkBundle/DependencyInjection Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -231,17 +231,22 @@ private function addProfilerSection(ArrayNodeDefinition $rootNode)
231
231
private function addWorkflowSection (ArrayNodeDefinition $ rootNode )
232
232
{
233
233
$ rootNode
234
+ ->fixXmlConfig ('workflow ' )
234
235
->children ()
235
236
->arrayNode ('workflows ' )
236
237
->useAttributeAsKey ('name ' )
237
238
->prototype ('array ' )
239
+ ->fixXmlConfig ('support ' )
240
+ ->fixXmlConfig ('place ' )
241
+ ->fixXmlConfig ('transition ' )
238
242
->children ()
239
243
->enumNode ('type ' )
240
244
->values (array ('workflow ' , 'state_machine ' ))
241
245
->defaultValue ('workflow ' )
242
246
->end ()
243
247
->arrayNode ('marking_store ' )
244
248
->isRequired ()
249
+ ->fixXmlConfig ('argument ' )
245
250
->children ()
246
251
->enumNode ('type ' )
247
252
->values (array ('property_accessor ' , 'scalar ' ))
You can’t perform that action at this time.
0 commit comments