PHP Classes

File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Content/CodeTitleWhitespaceStandard.xml

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Content/CodeTitleWhitespaceStandard.xml   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Content/CodeTitleWhitespaceStandard.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: 813 bytes
 

Contents

Class file image Download
<documentation title="Code Title, whitespace handling"> <standard> <![CDATA[ This is a standard block. ]]> </standard> <code_comparison> <code title=" Valid: spaces at start of description."> <![CDATA[ // Dummy. ]]> </code> <code title="Invalid: spaces at end making line > 46 chars. "> <![CDATA[ // Dummy. ]]> </code> </code_comparison> <code_comparison> <code title=" Valid: spaces at start + end of description. "> <![CDATA[ // Note: description above without the // trailing whitespace fits in 46 chars. ]]> </code> <code title="Invalid: spaces ' ' in description."> <![CDATA[ // Dummy. ]]> </code> </code_comparison> </documentation>