PhpCsFixer\Fixer\CastNotation\ModernizeTypesCastingFixer::getDescription PHP 메소드

getDescription() 보호된 메소드

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