PHP Classes

File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Content/CodeComparisonBlankLinesStandard.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/CodeComparisonBlankLinesStandard.xml   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Content/CodeComparisonBlankLinesStandard.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: 19 days ago
Size: 698 bytes
 

Contents

Class file image Download
<documentation title="Code Comparison, blank lines"> <standard> <![CDATA[ This is a standard block. ]]> </standard> <code_comparison> <code title="Valid: Checking handling of blank lines."> <![CDATA[ // First line of the code sample is // deliberately empty. // We also have a blank line in the middle. // And a blank line at the end. ]]> </code> <code title="Invalid: Checking handling of blank lines."> <![CDATA[ // First line of the code sample is // deliberately empty. // We also have a blank line in the middle. // And a blank line at the end. ]]> </code> </code_comparison> </documentation>