src/Tag/Tr.php
Avoid classes with short names like Tr. Configured minimum length is 3. Open
Open
class Tr extends Tag
{
protected $tag = 'tr';
protected $allowed_tags = ['td', 'th'];
}
- Read upRead up
- Exclude checks
ShortClassName
Since: 2.9
Detects when classes or interfaces have a very short name.
Example
class Fo {
}
interface Fo {
}