PhpCsFixer\Fixer\ArrayNotation\WhitespaceAfterCommaInArrayFixer::getDescription PHP Метод

getDescription() защищенный Метод

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