PhpCsFixer\Fixer\Operator\NewWithBracesFixer::getDescription PHP Method

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'All instances created with new keyword must be followed by braces.';
    }