File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -231,16 +231,21 @@ 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 ' )
248
+ ->fixXmlConfig ('argument ' )
244
249
->children ()
245
250
->enumNode ('type ' )
246
251
->values (array ('multiple_state ' , 'single_state ' ))
You can’t perform that action at this time.
0 commit comments