pluf/workflow

View on GitHub
src/Exceptions/TransitionException.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function __construct($message = null, $code = null, $previous = null, $from = null, $to = null, $event = null, $context = null, $actionName = null)
Severity: Major
Found in src/Exceptions/TransitionException.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status