PhpCsFixer\Fixer\ArrayNotation\NoWhitespaceBeforeCommaInArrayFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'In array declaration, there MUST NOT be a whitespace before each comma.';
    }