CaffGeek/MBACNationals

View on GitHub
Web.Admin/2014/wordpress/wp-includes/locale.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method init has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function init() {
        // The Weekdays
        $this->weekday[0] = __('Sunday');
        $this->weekday[1] = __('Monday');
        $this->weekday[2] = __('Tuesday');
Severity: Major
Found in Web.Admin/2014/wordpress/wp-includes/locale.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status