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

getDescription() protected method

protected getDescription ( )
    protected function getDescription()
    {
        return 'Replace all <> with !=.';
    }
StandardizeNotEqualsFixer