Skip to content

Updated pipeline-contracts package to add the step codes everywhere i… #85

Updated pipeline-contracts package to add the step codes everywhere i…

Updated pipeline-contracts package to add the step codes everywhere i… #85

Triggered via push November 13, 2023 11:25
Status Failure
Total duration 28s
Artifacts

phpstan-7.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
phpstan: src/NullRejection.php#L7
Non-abstract class Kiboko\Contract\Pipeline\NullRejection contains abstract method rejectWithReason() from interface Kiboko\Contract\Pipeline\RejectionInterface.
phpstan: src/PipelineRunnerInterface.php#L20
Method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() has parameter $source with no value type specified in iterable type array.
phpstan: src/PipelineRunnerInterface.php#L20
Method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() return type has no value type specified in iterable type array.
phpstan: src/RejectionInterface.php#L14
Method Kiboko\Contract\Pipeline\RejectionInterface::rejectWithReason() has parameter $rejection with no value type specified in iterable type array.
phpstan: src/StepRejectionInterface.php#L14
Method Kiboko\Contract\Pipeline\StepRejectionInterface::rejectWithReason() has parameter $rejection with no value type specified in iterable type array.
phpstan: src/WalkableInterface.php#L10
Method Kiboko\Contract\Pipeline\WalkableInterface::walk() return type has no value type specified in iterable type array.
phpstan
Process completed with exit code 1.