Opposite to https://github.com/squizlabs/PHP_CodeSniffer/commit/128b9864f9892444a609fadf0ad6a6ac407016ba ``` php // changes if (! $someVar || ! $x instanceOf 'stdClass') { // to if (!$someVar || !$x instanceOf 'stdClass') { ```