forumhouseteam/laravel-amqp

View on GitHub
src/Connectors/AmqpConnector.php

Summary

Maintainability
A
1 hr
Test Coverage

Method connect has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function connect(array $config)
    {
        $connection = new AMQPStreamConnection(
            $config['host'],
            $config['port'],
Severity: Minor
Found in src/Connectors/AmqpConnector.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status