daikon-cqrs/rabbitmq3-adapter

View on GitHub

Showing 5 of 7 total issues

Method declareExchange has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

        string $exchange,
        string $type,
        bool $passive = false,
        bool $durable = false,
        bool $autoDelete = true,
Severity: Major
Found in src/Migration/RabbitMq3Migration.php - About 1 hr to fix

    Method declareQueue has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            string $queue,
            bool $passive = false,
            bool $durable = false,
            bool $exclusive = false,
            bool $autoDelete = true,
    Severity: Major
    Found in src/Migration/RabbitMq3Migration.php - About 50 mins to fix

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

              string $source,
              string $dest,
              string $routingKey = '',
              bool $noWait = false,
              array $arguments = []
      Severity: Minor
      Found in src/Migration/RabbitMq3Migration.php - About 35 mins to fix

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

                RabbitMq3Connector $connector,
                MessageBusInterface $messageBus,
                JobDefinitionMap $jobDefinitionMap,
                LoggerInterface $logger,
                array $settings = []
        Severity: Minor
        Found in src/Job/RabbitMq3Worker.php - About 35 mins to fix

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

                  string $queue,
                  string $exchange,
                  string $routingKey = '',
                  bool $noWait = false,
                  array $arguments = []
          Severity: Minor
          Found in src/Migration/RabbitMq3Migration.php - About 35 mins to fix
            Severity
            Category
            Status
            Source
            Language