not_operator_with_space
Logical NOT operators (!) should have leading and trailing whitespaces.
!
--- Original +++ New <?php -if (!$bar) { +if ( ! $bar) { echo "Help!"; }
PhpCsFixer\Fixer\Operator\NotOperatorWithSpaceFixer