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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Array index should always be written by using square braces.';
    }
NormalizeIndexBraceFixer