PhpCsFixer\Fixer\ReturnNotation\NoUselessReturnFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'There should not be an empty return statement at the end of a function.';
    }