pluf/workflow

View on GitHub
src/ImmutableTransition.php

Summary

Maintainability
A
45 mins
Test Coverage

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

    function isMatch($fromState, $toState, $event, int $priority, ?string $condClazz = null, ?string $type = null): bool;
Severity: Minor
Found in src/ImmutableTransition.php - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status