classes/class-date-interval.php

Summary

Maintainability
A
3 hrs
Test Coverage
A
92%

Method get_predefined_intervals has 77 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function get_predefined_intervals() {
        $timezone = get_option( 'timezone_string' );

        if ( empty( $timezone ) ) {
            $gmt_offset = (int) get_option( 'gmt_offset' );
Severity: Major
Found in classes/class-date-interval.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status