We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 996be53 + 3f5cbd9 commit 232c71bCopy full SHA for 232c71b
src/BedrockStreaming.php
@@ -33,6 +33,7 @@ public function getRules(): array
33
],
34
'heredoc_to_nowdoc' => false,
35
'increment_style' => ['style' => 'post'],
36
+ 'no_superfluous_phpdoc_tags' => ['allow_mixed' => true],
37
'no_unreachable_default_argument_value' => false,
38
'ordered_imports' => ['sort_algorithm' => 'alpha'],
39
'phpdoc_line_span' => [
0 commit comments