pluf/workflow

View on GitHub
src/Imp/FSM.php

Summary

Maintainability
A
50 mins
Test Coverage

Method newStateContext has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static function newStateContext(StateMachine $stateMachine, StateMachineData $data, ?ImmutableState $sourceState, $event, $context, ?TransitionResult $result, ActionExecutionService $executor): StateContext
Severity: Major
Found in src/Imp/FSM.php - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status