Documentation

ClassCommentSniff.php

Parses and verifies the class doc comment.

Verifies that :

  • A class doc comment exists.
  • The comment uses the correct docblock style.
  • There are no blank lines after the class comment.
  • No tags are used in the docblock.
Tags
author

Greg Sherwood gsherwood@squiz.net

copyright

2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)

license

https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence

Interfaces, Classes and Traits

ClassCommentSniff

Search results