GemsTracker/gemstracker-library

View on GitHub
classes/Gems/Condition/Comparator/In.php

Summary

Maintainability
A
0 mins
Test Coverage
F
30%

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

class In extends ComparatorAbstract
{
    /**
     * Return a readable description, using the given subject and configured options
     *

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