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 e3990e7 commit 2fe26f1Copy full SHA for 2fe26f1
standards/Toolset/ruleset.xml
@@ -37,6 +37,10 @@
37
<rule ref="WordPress.Arrays.MultipleStatementAlignment.DoubleArrowNotAligned">
38
<severity>0</severity>
39
</rule>
40
+ <!-- We don't like these alignments in docblocks either. -->
41
+ <rule ref="Squiz.Commenting.FunctionComment.SpacingAfterParamType">
42
+ <severity>0</severity>
43
+ </rule>
44
45
<!-- Do not follow silly filename rules of WordPress. TODO implement our own -->
46
<rule ref="WordPress.Files.FileName.NotHyphenatedLowercase">
0 commit comments