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: SuperfluousWhitespaceUnitTest.1.js
alert('hi'); alert('hello'); if (something) { } function myFunction() { alert('code here'); alert('code here'); // Hello. /* HI */ } function myFunction2() { alert('code here'); alert('code here'); } MyFunction = function() { alert('code here'); alert('code here'); }; // phpcs:set Squiz.WhiteSpace.SuperfluousWhitespace ignoreBlankLines true function myFunction2() { alert('code here'); alert('code here'); } // phpcs:set Squiz.WhiteSpace.SuperfluousWhitespace ignoreBlankLines false
Save
Cancel