PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Debug/ClosureLinterStandard.xml

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Debug/ClosureLinterStandard.xml   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Debug/ClosureLinterStandard.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Download Installed Plugin
Download a WordPress plugin as a ZIP archive
Author: By
Last change:
Date: Yesterday
Size: 491 bytes
 

Contents

Class file image Download
<documentation title="Closure Linter"> <standard> <![CDATA[ All javascript files should pass basic Closure Linter tests. ]]> </standard> <code_comparison> <code title="Valid: Valid JS Syntax is used."> <![CDATA[ var foo = [1, 2<em></em>]; ]]> </code> <code title="Invalid: Trailing comma in a javascript array."> <![CDATA[ var foo = [1, 2<em>,</em>]; ]]> </code> </code_comparison> </documentation>