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
bug symfony#59731 [Scheduler] make newly added constructor argument optional (xabbuh)
This PR was merged into the 7.3 branch.
Discussion
----------
[Scheduler] make newly added constructor argument optional
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
As the PostRunEvent class is already present in Symfony since 6.4 we cannot add new mandatory constructor arguments without breaking backwards compatibility.
Commits
-------
6716e88 make newly added constructor argument optional
0 commit comments