You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #54382 [FrameworkBundle] Remove custom handler for Workflow listener attributes (GromNaN)
This PR was merged into the 7.1 branch.
Discussion
----------
[FrameworkBundle] Remove custom handler for Workflow listener attributes
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
All the `Workflow\Attribute\As*Listener` classes extend `AsEventListener`. Since the attribute handler are now applied to child classes (#54365), it's no longer necessary to declare an attribute handler for each attribute.
Discussed in #54365 (comment)
Commits
-------
db7004c Remove custom handler for Workflow listener attributes
0 commit comments