PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.1.js.fixed

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.1.js.fixed   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.1.js.fixed
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change:
Date: 1 year ago
Size: 582 bytes
 

Contents

Class file image Download
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; }