Showing 4 of 4 total issues
Avoid excessively long variable names like $adapter_factory_config. Keep variable name length under 20. Open
Open
private $adapter_factory_config;
- Read upRead up
- Exclude checks
Avoid excessively long variable names like $adapter_factory_config. Keep variable name length under 20. Open
Open
public function __construct(array $adapter_factory_config)
- Read upRead up
- Exclude checks
Avoid excessively long variable names like $delivery_strategy_factory. Keep variable name length under 20. Open
Open
private $delivery_strategy_factory;
- Read upRead up
- Exclude checks
Method initialize
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function initialize() { $amqp_channel = $this->channel->getAmqpChannel(); $queue_options = [];