pluf/workflow

View on GitHub
src/StateMachineBuilderFactory.php

Summary

Maintainability
A
45 mins
Test Coverage

Method create has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static function create(?string $stateMachineClazz = null, 
        ?string $stateClass = 'string', 
        ?string $eventClass = 'string', 
        ?string $contextClazz = null, 
        array $extraConstParamTypes = [], 
Severity: Minor
Found in src/StateMachineBuilderFactory.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status