Skip to content

Commit d59fe0b

Browse files
Merge branch '5.2' into 5.x
* 5.2: [SecurityBundle] add missing type-hint [SecurityBundle] Remove invalid unused service [Security] [DataCollector] Remove allows anonymous information in datacollector [Workflow] Remove dead call to `Defnition#addTag()` add chinese translation
2 parents fe49749 + 38c5999 commit d59fe0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -832,10 +832,6 @@ private function registerWorkflowConfiguration(array $config, ContainerBuilder $
832832
$definitionDefinition->addArgument($transitions);
833833
$definitionDefinition->addArgument($initialMarking);
834834
$definitionDefinition->addArgument(new Reference(sprintf('%s.metadata_store', $workflowId)));
835-
$definitionDefinition->addTag('workflow.definition', [
836-
'name' => $name,
837-
'type' => $type,
838-
]);
839835

840836
// Create MarkingStore
841837
if (isset($workflow['marking_store']['type'])) {

0 commit comments

Comments
 (0)