PhpCsFixer\Fixer\CastNotation\CastSpacesFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'A single space should be between cast and variable.';
    }