PhpCsFixer\Fixer\FunctionNotation\ReturnTypeDeclarationFixer::getDescription PHP Метод

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

protected getDescription ( )
    protected function getDescription()
    {
        return 'There should be no space before colon and one space after it in return type declaration.';
    }
ReturnTypeDeclarationFixer