Skip to content

Commit 232c71b

Browse files
authored
Merge pull request #23 from BedrockStreaming/feat/add-no-superfluous-phpdoc-tags-rule
2 parents 996be53 + 3f5cbd9 commit 232c71b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BedrockStreaming.php

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function getRules(): array
3333
],
3434
'heredoc_to_nowdoc' => false,
3535
'increment_style' => ['style' => 'post'],
36+
'no_superfluous_phpdoc_tags' => ['allow_mixed' => true],
3637
'no_unreachable_default_argument_value' => false,
3738
'ordered_imports' => ['sort_algorithm' => 'alpha'],
3839
'phpdoc_line_span' => [

0 commit comments

Comments
 (0)