PHP Classes

File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputCodeComparisonLineLength.txt

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputCodeComparisonLineLength.txt   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputCodeComparisonLineLength.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 3 days ago
Size: 1,157 bytes
 

Contents

Class file image Download
--------------------------------------------------------------- | GENERATORTEST CODING STANDARD: CODE COMPARISON, LINE LENGTH | --------------------------------------------------------------- Ensure there is no PHP "Warning: str_repeat(): Second argument has to be greater than or equal to 0". Ref: squizlabs/PHP_CodeSniffer#2522 ----------------------------------------- CODE COMPARISON ------------------------------------------ | Valid: contains line which is too long. | Invalid: contains line which is too long. | ---------------------------------------------------------------------------------------------------- | class Foo extends Bar implements Countable, Serializable| class Foo extends Bar | | { | { | | } | public static function foobar($param1, $param2) {}| | | } | ----------------------------------------------------------------------------------------------------