PhpCsFixer\Fixer\ControlStructure\NoUnneededControlParenthesesFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Removes unneeded parentheses around control statements.';
    }