Skip to content

Implemented reject with a given message #69

Implemented reject with a given message

Implemented reject with a given message #69

Triggered via push July 28, 2023 15:25
Status Failure
Total duration 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

phpstan-5.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/IteratorLoggingWrapper.php#L13
Property Kiboko\Component\Pipeline\IteratorLoggingWrapper::$reflectionObject is never read, only written.
phpstan: src/Loader/StreamLoader.php#L35
While loop condition is always true.
phpstan: src/Pipeline.php#L97
Parameter #2 $async of method Kiboko\Contract\Pipeline\PipelineRunnerInterface<mixed>::run() expects Generator<mixed, mixed, Kiboko\Contract\Bucket\ResultBucketInterface<mixed>, void>, Generator<mixed, Kiboko\Contract\Bucket\ResultBucketInterface<Type>|Kiboko\Contract\Bucket\ResultBucketInterface<void>, Type|null, void> given.
phpstan: src/Pipeline.php#L104
Parameter #1 $source of method Kiboko\Contract\Pipeline\PipelineRunnerInterface<mixed>::run() expects Iterator<mixed, array|object>, ArrayIterator<int, null> given.
phpstan: src/Pipeline.php#L116
Parameter #2 $async of method Kiboko\Contract\Pipeline\PipelineRunnerInterface<mixed>::run() expects Generator<mixed, mixed, Kiboko\Contract\Bucket\ResultBucketInterface<mixed>, void>, Generator<mixed, Kiboko\Contract\Bucket\ResultBucketInterface<Type>|Kiboko\Contract\Bucket\ResultBucketInterface<void>, Type|null, void> given.
phpstan: src/Pipeline.php#L138
Parameter #2 $async of method Kiboko\Contract\Pipeline\PipelineRunnerInterface<mixed>::run() expects Generator<mixed, mixed, Kiboko\Contract\Bucket\ResultBucketInterface<mixed>, void>, Generator<mixed, Kiboko\Contract\Bucket\ResultBucketInterface<Type>|Kiboko\Contract\Bucket\ResultBucketInterface<void>, Type|null, void> given.
phpstan: src/Pipeline.php#L146
Parameter #1 $source of method Kiboko\Contract\Pipeline\PipelineRunnerInterface<mixed>::run() expects Iterator<mixed, array|object>, ArrayIterator<int, null> given.
phpstan: src/Pipeline.php#L158
Parameter #2 $async of method Kiboko\Contract\Pipeline\PipelineRunnerInterface<mixed>::run() expects Generator<mixed, mixed, Kiboko\Contract\Bucket\ResultBucketInterface<mixed>, void>, Generator<mixed, Kiboko\Contract\Bucket\ResultBucketInterface<Type>|Kiboko\Contract\Bucket\ResultBucketInterface<void>, Type|null, void> given.
phpstan: src/PipelineRunner.php#L49
Class Kiboko\Contract\Pipeline\Rejection not found.
phpstan: src/PipelineRunner.php#L50
Call to an undefined method Kiboko\Contract\Pipeline\RejectionInterface::rejectWithReason().