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