hnhdigital-os/laravel-html-builder

View on GitHub
src/Tag/Td.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid classes with short names like Td. Configured minimum length is 3.
Open

class Td extends Tag
{
    protected $tag = 'td';
    protected $allowed_tags = [];
    protected $allowed_text = true;
Severity: Minor
Found in src/Tag/Td.php by phpmd

ShortClassName

Since: 2.9

Detects when classes or interfaces have a very short name.

Example

class Fo {

}

interface Fo {

}

Source https://phpmd.org/rules/naming.html#shortclassname

There are no issues that match your filters.

Category
Status