Skip to content

Commit f37fc18

Browse files
Disable phpdoc_to_comment fixer (because it renders psalm-suppress annotations useless)
1 parent f7e7556 commit f37fc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
'phpdoc_summary' => true,
274274
'phpdoc_tag_casing' => true,
275275
'phpdoc_tag_type' => true,
276-
'phpdoc_to_comment' => true,
276+
'phpdoc_to_comment' => false,
277277
'phpdoc_trim' => true,
278278
'phpdoc_trim_consecutive_blank_line_separation' => true,
279279
'phpdoc_types' => ['groups' => ['simple', 'meta']],

0 commit comments

Comments
 (0)