Skip to content

Commit fa63771

Browse files
committed
revert: remove no_superfluous_phpdoc_tags rule
It removes @inheritdoc which is needed by PHPStan.
1 parent 9e1ced9 commit fa63771

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php-cs-fixer-rules.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
'multiline_whitespace_before_semicolons' => ['strategy' => 'no_multi_line'],
4949
'no_alias_functions' => true,
5050
'no_binary_string' => true,
51-
'no_superfluous_phpdoc_tags' => ['remove_inheritdoc' => true],
5251
'no_empty_comment' => true,
5352
'no_empty_phpdoc' => true,
5453
'no_empty_statement' => true,

0 commit comments

Comments
 (0)