sunspikes/carrot

View on GitHub
src/Consumer/Consumer.php

Summary

Maintainability
A
1 hr
Test Coverage

Method add has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function add($name, callable $callable)
    {
        try {
            $config = $this->config;
            $this->channel->queue_declare(
Severity: Minor
Found in src/Consumer/Consumer.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status