phplib/Job/Autoclose.php

Summary

Maintainability
A
1 hr
Test Coverage

Method run has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function run() {
        // Grab a list of jobs that have autoclosing enabled.
        $searches = SearchFinder::getByQuery(['autoclose_threshold' => [
            ModelFinder::C_GT => 0
        ]]);
Severity: Minor
Found in phplib/Job/Autoclose.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status