src/State/ExecutionLog/Step.php
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(Describable $step, string $state, ?string $reason, array $stepInfo, int $warnings)
syntax error, unexpected 'Describable' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private Describable $step;
- Exclude checks