jon48/webtrees-lib

View on GitHub
app/Contracts/Hooks/SosaIndividualDatatablesExtenderInterface.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid excessively long class names like SosaIndividualDatatablesExtenderInterface. Keep class name length under 40.
Open

interface SosaIndividualDatatablesExtenderInterface extends HookInterface
{
    /**
     * Get the columns to be added to ancestors datatables
     *

LongClassName

Since: 2.9

Detects when classes or interfaces are declared with excessively long names.

Example

class ATooLongClassNameThatHintsAtADesignProblem {

}

interface ATooLongInterfaceNameThatHintsAtADesignProblem {

}

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

There are no issues that match your filters.

Category
Status