[Workflow] Trigger entered event for subject entering in the Workflow for the first time#29145
Conversation
lyrixx
commented
Nov 8, 2018
| Q | A |
|---|---|
| Branch? | master |
| Bug fix? | no |
| New feature? | yes |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #28319 |
| License | MIT |
| Doc PR |
…ow for the first time
nicolas-grekas
left a comment
There was a problem hiding this comment.
please submit a doc PR if applicable
|
Thank you @lyrixx. |
…g in the Workflow for the first time (lyrixx) This PR was merged into the 4.3-dev branch. Discussion ---------- [Workflow] Trigger `entered` event for subject entering in the Workflow for the first time | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #28319 | License | MIT | Doc PR | Commits ------- 388840f [Workflow] Trigger `entered` event for subject entering in the Workflow for the first time
|
I think this should be considered a BC break since it changes the signature of |
|
There was not typehint nor PHPDoc on this method, so I guess this was not a BC break. |
|
The argument that a lack of PHPDoc makes it not a BC break doesn’t sound convincing to me as one wouldn't realistically expect users to assume |
|
I think adding this to the upgrade file is a good idea as changing this again is too late. @lstrojny Would you like to send a PR changing the |