src/Hodor/JobQueue/Config/MessageQueueConfig.php
Showing 2 of 2 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
- Create a ticketCreate a ticket
- Exclude checks
Avoid excessively long variable names like $adapter_factory_config. Keep variable name length under 20. Open
Open
public function __construct(QueueConfig $queue_config, array $adapter_factory_config = [])
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks