PhpCsFixer\Fixer\Casing\LowercaseConstantsFixer::getDescription PHP Метод

getDescription() защищенный Метод

protected getDescription ( )
    protected function getDescription()
    {
        return 'The PHP constants true, false, and null MUST be in lower case.';
    }