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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Replaces intval, floatval, doubleval, strval, boolval functions calls with according type casting operator.';
    }
ModernizeTypesCastingFixer