GrafiteInc/Html

View on GitHub
src/Tags/Video.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public static function process()
    {
        self::$id = static::$attributes['id'] ?? 'html_' . Str::uuid();

        $id = self::$id;
Severity: Minor
Found in src/Tags/Video.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status