hrodic/php-integration-testing

View on GitHub
src/Driver/AMQPService.php

Summary

Maintainability
A
35 mins
Test Coverage

Method publishMessage has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function publishMessage(AMQPChannel $channel, string $body, array $properties, string $exchange, string $routingKey): void;
Severity: Minor
Found in src/Driver/AMQPService.php - About 35 mins to fix

    Line exceeds 120 characters; contains 134 characters
    Open

        public function publishMessage(AMQPChannel $channel, string $body, array $properties, string $exchange, string $routingKey): void;
    Severity: Minor
    Found in src/Driver/AMQPService.php by phpcodesniffer

    There are no issues that match your filters.

    Category
    Status