PHP Classes

File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Content/CodeComparisonLineLengthStandard.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/CodeComparisonLineLengthStandard.xml   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Fixtures/StandardWithDocs/Docs/Content/CodeComparisonLineLengthStandard.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: 694 bytes
 

Contents

Class file image Download
<documentation title="Code Comparison, line length"> <standard> <![CDATA[ Ensure there is no PHP "Warning: str_repeat(): Second argument has to be greater than or equal to 0". Ref: squizlabs/PHP_CodeSniffer#2522 ]]> </standard> <code_comparison> <code title="Valid: contains line which is too long."> <![CDATA[ class Foo extends Bar implements <em>Countable</em>, Serializable { } ]]> </code> <code title="Invalid: contains line which is too long."> <![CDATA[ class Foo extends Bar { public static function <em>foobar</em>($param1, $param2) {} } ]]> </code> </code_comparison> </documentation>