Skip to content

Commit 39b8ec8

Browse files
committed
Add more exluded rules
1 parent b5eae7d commit 39b8ec8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/phpDocumentor/ruleset.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<exclude name="Generic.Formatting.MultipleStatementAlignment.NotSame" />
1212
<exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix" />
1313
<exclude name="SlevomatCodingStandard.TypeHints.UselessConstantTypeHint.UselessDocComment" />
14+
15+
<!-- Disable param alignment in docblocks -->
16+
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType" />
17+
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamName" />
1418
</rule>
1519

1620
<rule ref="Generic.Formatting.SpaceAfterNot">

0 commit comments

Comments
 (0)