dynamic/foxystripe

View on GitHub
src/Model/ProductCategory.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method getCMSFields has 64 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getCMSFields()
    {
        $fields = parent::getCMSFields();

        if ($this->ID) {
Severity: Major
Found in src/Model/ProductCategory.php - About 2 hrs to fix

There are no issues that match your filters.

Category
Status