PhpCsFixer\Fixer\FunctionNotation\ReturnTypeDeclarationFixer::getDescription PHP Method

getDescription() protected method

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