Skip to content

No need to close the channel #46

No need to close the channel

No need to close the channel #46

Triggered via push July 15, 2024 13:01
Status Failure
Total duration 28s
Artifacts

phpstan-8.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: src/Extractor.php#L12
Class Kiboko\Component\Flow\RabbitMQ\Extractor implements generic interface Kiboko\Contract\Pipeline\ExtractorInterface but does not specify its types: Type
phpstan: src/Extractor.php#L20
Property Kiboko\Component\Flow\RabbitMQ\Extractor::$channel (Bunny\Channel) does not accept Bunny\Channel|React\Promise\PromiseInterface.
phpstan: src/Extractor.php#L22
Call to an undefined method Bunny\Channel|React\Promise\PromiseInterface::queueDeclare().
phpstan: src/Extractor.php#L76
Parameter #1 $message of method Bunny\Channel::ack() expects Bunny\Message, Bunny\Message|React\Promise\PromiseInterface given.
phpstan: src/Extractor.php#L78
Access to an undefined property Bunny\Message|React\Promise\PromiseInterface::$content.
phpstan: src/Loader.php#L12
Class Kiboko\Component\Flow\RabbitMQ\Loader implements generic interface Kiboko\Contract\Pipeline\LoaderInterface but does not specify its types: Type
phpstan: src/Loader.php#L21
Property Kiboko\Component\Flow\RabbitMQ\Loader::$channel (Bunny\Channel) does not accept Bunny\Channel|React\Promise\PromiseInterface.
phpstan: src/Loader.php#L23
Call to an undefined method Bunny\Channel|React\Promise\PromiseInterface::queueDeclare().
phpstan: src/Loader.php#L74
Generator expects value type Kiboko\Contract\Bucket\ResultBucketInterface<mixed>, null given.
phpstan: src/Loader.php#L76
While loop condition is always true.
phpstan
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/