Skip to content

Files

Latest commit

 

History

History
16 lines (9 loc) · 565 Bytes

SlevomatCodingStandard.Commenting.AnnotationName.md

File metadata and controls

16 lines (9 loc) · 565 Bytes

Pattern: Incorrect annotation name

Issue: -

Description

Reports incorrect annotation names. It reports standard annotation names used by phpDocumentor, PHPUnit, PHPStan and Psalm by default. Unknown annotation names are ignored.

Rule provides the following settings:

  • annotations: allows to configure which annotations are checked and how.

Further Reading