lightster/hodor

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

Summary

Maintainability
A
0 mins
Test Coverage

Showing 2 of 2 total issues

The method getConfig uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
Open

} else {
throw new Exception(
"Config could not be found or generated by JobQueueFacade."
);
}
Severity: Minor
Found in src/Hodor/JobQueue/JobQueue.php by phpmd

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

$config_loader_factory = new LoaderFactory();
Severity: Minor
Found in src/Hodor/JobQueue/JobQueue.php by phpmd

There are no issues that match your filters.

Category
Status