8000 minor #49185 [Workflow] remove unused parameter transitionId in Merma… · symfony/symfony@22a2729 · GitHub
[go: up one dir, main page]

Skip to content

Commit 22a2729

Browse files
committed
minor #49185 [Workflow] remove unused parameter transitionId in MermaidDumper (alexislefebvre)
This PR was merged into the 6.3 branch. Discussion ---------- [Workflow] remove unused parameter transitionId in MermaidDumper | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #49175 | License | MIT | Doc PR | We can remove this parameter safely since it's in a private function. Commits ------- 4fcb8b5 remove unused parameter transitionId in MermaidDumper
2 parents 61e6bff + 4fcb8b5 commit 22a2729

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Workflow/Dumper/MermaidDumper.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public function dump(Definition $definition, Marking $marking = null, array $opt
105105
$transitionOutput = $this->styleStatemachineTransition(
106106
$from,
107107
$to,
108-
$transitionId,
109108
$transitionLabel,
110109
$transitionMeta
111110
);
@@ -211,7 +210,6 @@ private function validateTransitionType(string $transitionType): void
211210
private function styleStatemachineTransition(
212211
string $from,
213212
string $to,
214-
int $transitionId,
215213
string $transitionLabel,
216214
array $transitionMeta
217215
): array {

0 commit comments

Comments
 (0)
0