CMIContent Marketing InstituteContent directory

Science · Space · Astronomy

Not Operator with Successor Space

Space Science

Rule ``not_operator_with_successor_space``

Logical NOT operators (``!``) should have one trailing whitespace.

Examples

Example #1 ~~~~~~~~~~

.. code-block:: diff

--- Original +++ New @@ -1,5 +1,5 @@ <?php

-if (!$bar) { +if (! $bar) { echo "Help!"; }

More in Astronomy · More in Space · More in Science