src/Elements/Attributes/ClassNames.php

Summary

Maintainability
A
1 hr
Test Coverage
A
97%

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

    protected function variantClassNames() : array
    {
        if (null === $this->element) {
            return [];
        }
Severity: Minor
Found in src/Elements/Attributes/ClassNames.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status