PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js

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

Contents

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