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
Various classes in symfony/workflow are decleared final, preventing extension. For example I cannot extend Symfony\Component\Workflow\MarkingStore\MethodMarkingStore to account for 0 values which are valid in my case.