Skip to content

Ran php-cs-fixer

Ran php-cs-fixer #44

Triggered via push July 3, 2024 14:11
Status Failure
Total duration 29s
Artifacts

phpstan-7.yaml

on: push
phpstan-7
19s
phpstan-7
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan-7: 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-7: src/Extractor.php#L20
Property Kiboko\Component\Flow\RabbitMQ\Extractor::$channel (Bunny\Channel) does not accept Bunny\Channel|React\Promise\PromiseInterface.
phpstan-7: src/Extractor.php#L22
Call to an undefined method Bunny\Channel|React\Promise\PromiseInterface::queueDeclare().
phpstan-7: src/Extractor.php#L76
Parameter #1 $message of method Bunny\Channel::ack() expects Bunny\Message, Bunny\Message|React\Promise\PromiseInterface given.
phpstan-7: src/Extractor.php#L78
Access to an undefined property Bunny\Message|React\Promise\PromiseInterface::$content.
phpstan-7: 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-7: src/Loader.php#L22
Property Kiboko\Component\Flow\RabbitMQ\Loader::$channel (Bunny\Channel) does not accept Bunny\Channel|React\Promise\PromiseInterface.
phpstan-7: src/Loader.php#L24
Call to an undefined method Bunny\Channel|React\Promise\PromiseInterface::queueDeclare().
phpstan-7: src/Rejection.php#L11
Class Kiboko\Component\Flow\RabbitMQ\Rejection implements generic interface Kiboko\Contract\Pipeline\StepRejectionInterface but does not specify its types: Type
phpstan-7: src/Rejection.php#L21
Property Kiboko\Component\Flow\RabbitMQ\Rejection::$channel (Bunny\Channel) does not accept Bunny\Channel|React\Promise\PromiseInterface.
phpstan-7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.