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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Add missing space between function\'s argument and its typehint.';
    }
FunctionTypehintSpaceFixer