Skip to content

Commit c29bc18

Browse files
authored
Merge pull request #7 from tyrsson:allow-var-doc-block-comments
Allow /** @var */ comments without changing them to // inline comments
2 parents ce1abd7 + 8bf3bc9 commit c29bc18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Webware1x0Set.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ public function getRules(): array
516516
],
517517
'phpdoc_to_comment' => [
518518
'ignored_tags' => [
519+
'var',
519520
'psalm-suppress',
520521
'phpstan-ignore-line',
521522
'phpstan-ignore-next-line',

0 commit comments

Comments
 (0)