lightster/hodor

View on GitHub
src/Hodor/Database/Adapter/Postgres/BufferWorker.php

Summary

Maintainability
A
1 hr
Test Coverage

Method bufferJob has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function bufferJob($queue_name, array $job)
    {
        $table_name = 'buffered_jobs';
        $status_column = 'inserted';
        if (isset($job['options']['run_after'])) {
Severity: Minor
Found in src/Hodor/Database/Adapter/Postgres/BufferWorker.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status