wol-soft/php-workflow

View on GitHub
src/State/ExecutionLog/Step.php

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

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

    public function __construct(Describable $step, string $state, ?string $reason, array $stepInfo, int $warnings)
Severity: Minor
Found in src/State/ExecutionLog/Step.php - About 35 mins to fix

    syntax error, unexpected 'Describable' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
    Open

        private Describable $step;
    Severity: Critical
    Found in src/State/ExecutionLog/Step.php by phan

    There are no issues that match your filters.

    Category
    Status