.dev/scripts/timezones/get_latest_timezones.php

Summary

Maintainability
A
1 hr
Test Coverage

Method get_latest_timezones has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function get_latest_timezones()
{
    $timezones_list = function () {
        $timezones = [];
        $offsets = [];
Severity: Minor
Found in .dev/scripts/timezones/get_latest_timezones.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status