not_operator_with_successor_space
Logical NOT operators (!) should have one trailing whitespace.
!
--- Original +++ New <?php -if (!$bar) { +if (! $bar) { echo "Help!"; }