GrafiteInc/Html

View on GitHub
src/Tags/Carousel.php

Summary

Maintainability
A
1 hr
Test Coverage

Method process has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function process()
    {
        $id = self::$id ?? 'html_carousel_' . Str::uuid() . '_';

        if (! Str::of(get_class(self::$items))->contains('Collection')) {
Severity: Minor
Found in src/Tags/Carousel.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status