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