PhpCsFixer\Fixer\Alias\EregToPregFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Replace deprecated ereg regular expression functions with preg.';
    }