Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Closed
Description
Symfony version(s) affected: 5.2.6
Description
Missing $context parameter in Workflow GuardEvent
How to reproduce
Possible Solution
Change constructor
public function __construct(object $subject, Marking $marking, Transition $transition = null, WorkflowInterface $workflow = null, array $context = [])
{
parent::__construct($subject, $marking, $transition, $workflow, $context);
$this->transitionBlockerList = new TransitionBlockerList();}
Additional context