Skip to content

Added the JobCode to the SchedulingInterface::job() method arguments #110

Added the JobCode to the SchedulingInterface::job() method arguments

Added the JobCode to the SchedulingInterface::job() method arguments #110

Triggered via push November 14, 2023 16:40
Status Failure
Total duration 32s
Artifacts

quality.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/ExtractingInterface.php#L14
Method Kiboko\Contract\Pipeline\ExtractingInterface::extract() has parameter $rejection with generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
phpstan: src/ExtractorInterface.php#L17
Type mixed in generic type Kiboko\Contract\Bucket\ResultBucketInterface<mixed> in PHPDoc tag @return is not subtype of template type Type of array|object of interface Kiboko\Contract\Bucket\ResultBucketInterface.
phpstan: src/FlushableInterface.php#L15
Type mixed in generic type Kiboko\Contract\Bucket\ResultBucketInterface<mixed> in PHPDoc tag @return is not subtype of template type Type of array|object of interface Kiboko\Contract\Bucket\ResultBucketInterface.
phpstan: src/LoaderInterface.php#L20
Type mixed in generic type Kiboko\Contract\Bucket\ResultBucketInterface<mixed> in PHPDoc tag @return is not subtype of template type Type of array|object of interface Kiboko\Contract\Bucket\ResultBucketInterface.
phpstan: src/LoadingInterface.php#L15
Method Kiboko\Contract\Pipeline\LoadingInterface::load() has parameter $rejection with generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
phpstan: src/NullStepRejection.php#L7
Class Kiboko\Contract\Pipeline\NullStepRejection implements generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
phpstan: src/NullStepRejection.php#L9
Method Kiboko\Contract\Pipeline\NullStepRejection::reject() has parameter $rejection with no value type specified in iterable type array.
phpstan: src/PipelineRunnerInterface.php#L20
Template type OutputType of method Kiboko\Contract\Pipeline\PipelineRunnerInterface::run() is not referenced in a parameter.
phpstan: src/PipelineRunnerInterface.php#L20
Type mixed in generic type Kiboko\Contract\Bucket\ResultBucketInterface<mixed> in PHPDoc tag @return is not subtype of template type Type of array|object of interface Kiboko\Contract\Bucket\ResultBucketInterface.
phpstan: src/StepRejectionInterface.php#L13
Method Kiboko\Contract\Pipeline\StepRejectionInterface::reject() has parameter $rejection with no value type specified in iterable type array.