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#12988 Workflow: align Example for property access with implementation of Me… (simon-schubert)
This PR was submitted for the 4.4 branch but it was squashed and merged into the 4.3 branch instead (closessymfony#12988).
Discussion
----------
Workflow: align Example for property access with implementation of Me…
The Implementation in Symfony\Component\Workflow\MarkingStore\MethodMarkingStore does not use symfony/property-access (as the former implementations like e.g. SingleStateMarkingStore did) and requires to have getter/setter implemented in your entity. Therefore the example in docs does not work (any longer). I don't know, why the usage of symfony/property-access was dropped, but it seemed to me not accidentally. That's why I decided to send a PR to update docs. But maybe the implementation is "wrong" and should be changed instead. So please check carefully. Thank you.
Commits
-------
5272a25 Workflow: align Example for property access with implementation of Me…
0 commit comments