autowp/autowp

View on GitHub
module/Application/src/Command/CatalogueRefreshBrandVehicleCommandFactory.php

Summary

Maintainability
A
0 mins
Test Coverage

Parameter $options is never used
Open

        ?array $options = null

Parameter $requestedName is never used
Open

        $requestedName,

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

class CatalogueRefreshBrandVehicleCommandFactory implements FactoryInterface
{
    /**
     * @SuppressWarnings(PHPMD.UnusedFormalParameter)
     * @param string                $requestedName

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