phplib/Job/Autoclose.php
Method run
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function run() {
// Grab a list of jobs that have autoclosing enabled.
$searches = SearchFinder::getByQuery(['autoclose_threshold' => [
ModelFinder::C_GT => 0
]]);