Skip to content

Files

Latest commit

 

History

History
16 lines (10 loc) · 491 Bytes

Squiz.Commenting.ClassComment.md

File metadata and controls

16 lines (10 loc) · 491 Bytes

Pattern: Malformed class doc comment

Issue: -

Description

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.

Further Reading