PhpCsFixer\Fixer\Whitespace\NoSpacesAroundOffsetFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'There MUST NOT be spaces around offset braces.';
    }