Skip to content

Commit cd30075

Browse files
feature #61976 [FrameworkBundle] remove the deprecated WorkflowDumpCommand (xabbuh)
This PR was merged into the 8.0 branch. Discussion ---------- [FrameworkBundle] remove the deprecated WorkflowDumpCommand | Q | A | ------------- | --- | Branch? | 8.0 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | | License | MIT Commits ------- 45b0f23 remove the deprecated WorkflowDumpCommand
2 parents 0d80c1d + 45b0f23 commit cd30075

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

UPGRADE-8.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ Form
172172
FrameworkBundle
173173
---------------
174174

175+
* Remove the `WorkflowDumpCommand`, use the command from the Workflow component instead
175176
* Remove `errors.xml` and `webhook.xml` routing configuration files (use their PHP equivalent instead)
176177
* Make `Router` class `final`
177178
* Make `SerializerCacheWarmer` class `final`

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
8.0
55
---
66

7+
* Remove the `WorkflowDumpCommand`, use the command from the Workflow component instead
78
* Remove `errors.xml` and `webhook.xml` routing configuration files (use their PHP equivalent instead)
89
* Enable the property info constructor extractor by default
910
* Remove deprecated `Symfony\Bundle\FrameworkBundle\Console\Application::add()` method in favor of `Symfony\Bundle\FrameworkBundle\Console\Application::addCommand()`

src/Symfony/Bundle/FrameworkBundle/Command/WorkflowDumpCommand.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)