Skip to content

Commit ff76941

Browse files
committed
chore: add ignored_tags to comment_to_phpdoc rule
1 parent 5ebe475 commit ff76941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
];
106106

107107
$commentRules = [
108-
'comment_to_phpdoc' => ['ignored_tags' => []],
108+
'comment_to_phpdoc' => ['ignored_tags' => ['codeCoverageIgnoreStart', 'codeCoverageIgnoreEnd']],
109109
'header_comment' => false,
110110
'multiline_comment_opening_closing' => true,
111111
'no_empty_comment' => true,

0 commit comments

Comments
 (0)