src/Carrot.php
Method __construct
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct($exchange, $type = 'direct', $config = [])
{
$this->config = $this->buildConfig($config);
$this->exchange = $exchange;
$this->type = $type;