=============================== Rule ``standardize_not_equals`` =============================== Replace all ``<>`` with ``!=``. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New $c; +$a = $b != $c; Rule sets --------- The rule is part of the following rule sets: - `@PhpCsFixer <./../../ruleSets/PhpCsFixer.rst>`_ - `@Symfony <./../../ruleSets/Symfony.rst>`_