We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5eae7d commit 39b8ec8Copy full SHA for 39b8ec8
lib/phpDocumentor/ruleset.xml
@@ -11,6 +11,10 @@
11
<exclude name="Generic.Formatting.MultipleStatementAlignment.NotSame" />
12
<exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix" />
13
<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" />
18
</rule>
19
20
<rule ref="Generic.Formatting.SpaceAfterNot">
0 commit comments