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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Remove trailing commas in list function calls.';
    }
NoTrailingCommaInListCallFixer