lightster/hodor

View on GitHub
src/Hodor/JobQueue/Config/MessageQueueConfig.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 2 of 2 total issues

Avoid excessively long variable names like $adapter_factory_config. Keep variable name length under 20.
Open

private $adapter_factory_config;

Avoid excessively long variable names like $adapter_factory_config. Keep variable name length under 20.
Open

public function __construct(QueueConfig $queue_config, array $adapter_factory_config = [])
Category
Status