PHP Classes

File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Unsupported/SuperfluousCodeElementStandard.xml

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Unsupported/SuperfluousCodeElementStandard.xml   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Unsupported/SuperfluousCodeElementStandard.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 27 days ago
Size: 588 bytes
 

Contents

Class file image Download
<documentation title="Superfluous code element"> <standard> <![CDATA[ This is a standard block. ]]> </standard> <code_comparison> <code title="Valid: Checking handling of blank lines."> <![CDATA[ $valid = true; ]]> </code> <code title="Invalid: Checking handling of blank lines."> <![CDATA[ $invalid = true; ]]> </code> <code title="Unsupported: There can only be two code elements."> <![CDATA[ $unsupported = true; ]]> </code> </code_comparison> </documentation>