pluf/workflow

View on GitHub
src/Attributes/Transit.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function __construct(?string $from, ?string $to, ?string $on, bool $targetFinal = false, string $when = 'Always', ?string $whenMvel = null, string $type = TransitionType::EXTERNAL, ?string $callMethod = null, int $priority = 1)
Severity: Major
Found in src/Attributes/Transit.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status