From 8bf3bc945f7bcf388935394cd88436299e91cf6c Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Sat, 7 Mar 2026 20:03:45 -0600 Subject: [PATCH] Allow /** @var */ comments without changing them to // inline comments Signed-off-by: Joey Smith --- src/Webware1x0Set.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Webware1x0Set.php b/src/Webware1x0Set.php index a8387a9..010861d 100644 --- a/src/Webware1x0Set.php +++ b/src/Webware1x0Set.php @@ -516,6 +516,7 @@ public function getRules(): array ], 'phpdoc_to_comment' => [ 'ignored_tags' => [ + 'var', 'psalm-suppress', 'phpstan-ignore-line', 'phpstan-ignore-next-line',