PHP Classes

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

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputCodeTitleLineWrapping.txt   Download  
File: vendor/squizlabs/php_codesniffer/tests/Core/Generators/Expectations/ExpectedOutputCodeTitleLineWrapping.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: 27 days ago
Size: 2,438 bytes
 

Contents

Class file image Download
------------------------------------------------------------ | GENERATORTEST CODING STANDARD: CODE TITLE, LINE WRAPPING | ------------------------------------------------------------ This is a standard block. ----------------------------------------- CODE COMPARISON ------------------------------------------ | Valid: exactly 45 character long description. | Invalid: exactly 45 char long description---. | ---------------------------------------------------------------------------------------------------- | // Dummy. | // Dummy. | ---------------------------------------------------------------------------------------------------- ----------------------------------------- CODE COMPARISON ------------------------------------------ | Valid: exactly 46 character long description-. | Invalid: exactly 46 character long description | ---------------------------------------------------------------------------------------------------- | // Dummy. | // Dummy. | ---------------------------------------------------------------------------------------------------- ----------------------------------------- CODE COMPARISON ------------------------------------------ | Valid: exactly 47 character long | Invalid: exactly 47 character long | | description--. | description. | ---------------------------------------------------------------------------------------------------- | // Dummy. | // Dummy. | ---------------------------------------------------------------------------------------------------- ----------------------------------------- CODE COMPARISON ------------------------------------------ | Valid: this description is longer than 46 | Invalid: this description is longer than 46 | | characters and will wrap. | characters and will wrap. | ---------------------------------------------------------------------------------------------------- | // Dummy. | // Dummy. | ----------------------------------------------------------------------------------------------------