PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.5.inc

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.5.inc   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.5.inc
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: 396 bytes
 

Contents

Class file image Download
//end closingBraceAtEndOfFileMissingComment() <?php // This should be the only test in this file. // Testing that the sniff is triggered and the fixer works when the closing bracket is // the last character in the file (no newline after it) and the content of the first token // is a "//end closingBraceAtEndOfFileMissingComment()" comment. function closingBraceAtEndOfFileMissingComment() { }