Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceAfterNotUnitTest.js

if (!someVar || !x) {}
if (! someVar || ! x) {}
if (!foo() && (!x || true)) {}
var z = !(x || y);