BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
WhiteSpace
📤 Upload
📝 New File
📁 New Folder
Close
Editing: LogicalOperatorSpacingUnitTest.js
if (foo || bar) {} if (foo||bar && baz) {} if (foo|| bar&&baz) {} if (foo || bar && baz) {} // Spacing after || below is ignored as it is EOL whitespace. if (foo || bar && baz ) { } if (foo|| bar &&baz ) { }
Save
Cancel