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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Master functions shall be used instead of aliases.';
    }