From e477f33b1608b3b0aae323d9ffe0ccc0e408cfea Mon Sep 17 00:00:00 2001 From: Jay McPartland Date: Tue, 30 Sep 2025 12:18:38 +0100 Subject: [PATCH] Remove tag restrictions from class comments Rather than maintain a list of allowed/disallowed tags in class comments, we no longer place any restrictions upon them. This allows us to define PHPStan types, Phan annotations, etc. without having to add PHPCS ignores to the comment. --- BigBite-Docs/ruleset.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BigBite-Docs/ruleset.xml b/BigBite-Docs/ruleset.xml index 1575a6a..57ab609 100644 --- a/BigBite-Docs/ruleset.xml +++ b/BigBite-Docs/ruleset.xml @@ -22,7 +22,9 @@ - + + +