iranianpep/botonomous

View on GitHub
src/Botonomous/plugin/qa/QA.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

class QA extends AbstractPlugin
{
    private $questions;

    /**
Severity: Minor
Found in src/Botonomous/plugin/qa/QA.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