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

getDescription() protected method

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