src/Imp/StateContextImpl.php
Method __construct
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(StateMachine $stateMachine, StateMachineData $stateMachineData, ?ImmutableState $sourceState, $event,
$context = null,
?TransitionResult $transitionResult= null,
?ActionExecutionService $actionExecutionService = null)