Skip to content

#5-add-rabbitmq-and-refactor #21

#5-add-rabbitmq-and-refactor

#5-add-rabbitmq-and-refactor #21

Triggered via pull request October 30, 2023 16:12
Status Failure
Total duration 46s
Artifacts

php.yml

on: pull_request
Test&lint PHP codebase
35s
Test&lint PHP codebase
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test&lint PHP codebase: src/Application/Console/AmqpConsumeConsoleCommand.php#L34
Return type (void) of method App\Application\Console\AmqpConsumeConsoleCommand::handleSignal() should be compatible with return type (int|false) of method Symfony\Component\Console\Command\SignalableCommandInterface::handleSignal()
Test&lint PHP codebase: src/Infrastructure/AMQP/AMQPStreamConnectionFactory.php#L30
Parameter #2 $port of class PhpAmqpLib\Connection\AMQPStreamConnection constructor expects string, int given.
Test&lint PHP codebase: src/Infrastructure/AMQP/Consumer.php#L50
Call to an undefined method PhpAmqpLib\Channel\AMQPChannel::is_open().
Test&lint PHP codebase: src/Infrastructure/AMQP/Consumer.php#L74
Call to an undefined method PhpAmqpLib\Message\AMQPMessage::getChannel().
Test&lint PHP codebase: src/Infrastructure/AMQP/Consumer.php#L74
Call to an undefined method PhpAmqpLib\Message\AMQPMessage::getDeliveryTag().
Test&lint PHP codebase: src/Infrastructure/AMQP/Consumer.php#L77
Call to an undefined method PhpAmqpLib\Message\AMQPMessage::getChannel().
Test&lint PHP codebase: src/Infrastructure/AMQP/Consumer.php#L77
Call to an undefined method PhpAmqpLib\Message\AMQPMessage::getDeliveryTag().
Test&lint PHP codebase: src/Infrastructure/AMQP/Consumer.php#L83
Call to an undefined method PhpAmqpLib\Message\AMQPMessage::getChannel().
Test&lint PHP codebase: src/Infrastructure/AMQP/Consumer.php#L83
Call to an undefined method PhpAmqpLib\Message\AMQPMessage::getDeliveryTag().
Test&lint PHP codebase: src/Infrastructure/AMQP/Queue/AmqpQueue.php#L56
Expression in empty() is always falsy.