PhpCsFixer\Fixer\Alias\RandomApiMigrationFixer::getDescription PHP Метод

getDescription() защищенный Метод

protected getDescription ( )
    protected function getDescription()
    {
        return 'Replaces rand, srand, getrandmax functions calls with their mt_* analogs.';
    }