phplib/Job/Summary.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function run() {
        $cfg = new DBConfig;
        $dt = new \DateTime('@' . $this->obj['target_date']);
        $dt->setTime(0, 0, 0);
        $end_ts = $dt->getTimestamp();
Severity: Minor
Found in phplib/Job/Summary.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status