Skip to content

Added missing yield #38

Added missing yield

Added missing yield #38

Triggered via push December 20, 2023 08:07
Status Failure
Total duration 27s
Artifacts

phpstan-8.yaml

on: push
phpstan-8
17s
phpstan-8
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan-8: src/Extractor.php#L12
Class Kiboko\Component\Flow\RabbitMQ\Extractor implements generic interface Kiboko\Contract\Pipeline\ExtractorInterface but does not specify its types: OutputType
phpstan-8: src/Extractor.php#L20
Property Kiboko\Component\Flow\RabbitMQ\Extractor::$channel (Bunny\Channel) does not accept Bunny\Channel|React\Promise\PromiseInterface.
phpstan-8: src/Extractor.php#L22
Call to an undefined method Bunny\Channel|React\Promise\PromiseInterface::queueDeclare().
phpstan-8: src/Extractor.php#L76
Parameter #1 $message of method Bunny\Channel::ack() expects Bunny\Message, Bunny\Message|React\Promise\PromiseInterface given.
phpstan-8: src/Extractor.php#L78
Access to an undefined property Bunny\Message|React\Promise\PromiseInterface::$content.
phpstan-8: src/Loader.php#L13
Class Kiboko\Component\Flow\RabbitMQ\Loader implements generic interface Kiboko\Contract\Pipeline\LoaderInterface but does not specify its types: InputType, OutputType
phpstan-8: src/Loader.php#L22
Property Kiboko\Component\Flow\RabbitMQ\Loader::$channel (Bunny\Channel) does not accept Bunny\Channel|React\Promise\PromiseInterface.
phpstan-8: src/Loader.php#L24
Call to an undefined method Bunny\Channel|React\Promise\PromiseInterface::queueDeclare().
phpstan-8: src/Loader.php#L84
Parameter $exchange of method Bunny\Channel::publish() expects string, string|null given.
phpstan-8: src/Rejection.php#L22
Property Kiboko\Component\Flow\RabbitMQ\Rejection::$channel (Bunny\Channel) does not accept Bunny\Channel|React\Promise\PromiseInterface.