opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
Commenting
➕ New
📤 Upload
✎ Editing:
PostStatementCommentUnitTest.1.js
← Back
function test(id, buttons) // cool function { alert('hello'); alert('hello again'); // And again. // Valid comment. }//end test() var good = true; // Indeed. mig.Gallery.prototype = { init: function(cb) { },//end init() imageClicked: function(id) { }//end imageClicked() }; dfx.getIframeDocument = function(iframe) { return doc; };//end dfx.getIframeDocument() // Verify that multi-line control structure with comments and annotations are left alone. if (condition // comment && anotherCondition) { condition = true; }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel