lightster/hodor

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

Summary

Maintainability
A
1 hr
Test Coverage

Method markJobAsFinished has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function markJobAsFinished($status, array $meta)
    {
        $sql = <<<SQL
SELECT *
FROM queued_jobs
Severity: Minor
Found in src/Hodor/Database/Adapter/Postgres/Dequeuer.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status