sunspikes/carrot

View on GitHub
src/Carrot.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct($exchange, $type = 'direct', $config = [])
    {
        $this->config = $this->buildConfig($config);
        $this->exchange = $exchange;
        $this->type = $type;
Severity: Minor
Found in src/Carrot.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status