PhpCsFixer\Fixer\CastNotation\ModernizeTypesCastingFixer::getDescription PHP Méthode

getDescription() protected méthode

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