PHP Classes

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

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.js.fixed   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.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: 1,246 bytes
 

Contents

Class file image Download
/** * Some info about the class here * */ foo.prototype = { /** * Some info about the function here. * * @return void */ bar: function() {} } /** * Some info about the class here * */ foo.prototype = { /** * Some info about the function here. * * @return void */ bar: function() {} } /** * Some info about the class here * */ foo.prototype = { /** * Some info about the function here. * * @return void */ bar: function() {} } /** @var Database $mockedDatabase */ /** @var Container $mockedContainer */ function myFunction() { console.info('hi'); /** Comment here. */ } /** * Creates a map of tokens => line numbers for each token. * * Long description with some points: * - one * - two * - three * * @param array &$tokens The array of tokens to process. * @param object $tokenizer The tokenizer being used to * process this file. * @param string $eolChar The EOL character to use for splitting strings. * * @return void */ function myFunction() {} $.extend(Datepicker.prototype, { _widgetDatepicker: function() { }, /* Action for selecting a new month/year. */ });