From b69886e9779a9b463116114b54075320957e0ccd Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 30 Apr 2024 08:42:12 +0200 Subject: [PATCH] Allow @deprecated in class comments --- Lunr/Sniffs/Commenting/ClassCommentSniff.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Lunr/Sniffs/Commenting/ClassCommentSniff.php b/Lunr/Sniffs/Commenting/ClassCommentSniff.php index a58d146..05a36be 100644 --- a/Lunr/Sniffs/Commenting/ClassCommentSniff.php +++ b/Lunr/Sniffs/Commenting/ClassCommentSniff.php @@ -59,6 +59,7 @@ class ClassCommentSniff implements Sniff '@template-covariant' => false, '@extends' => false, '@implements' => false, + '@deprecated' => false, ]; private $phpstan_tags = [