We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95176f8 + d898a88 commit 1fab21bCopy full SHA for 1fab21b
2 files changed
.changeset/true-jokes-know.md
@@ -0,0 +1,5 @@
1
+---
2
+"php-coding-standards": minor
3
4
+
5
+Allow extra param docs for functions
phpcs.xml
@@ -14,6 +14,7 @@
14
<exclude name="Squiz.Commenting.FileComment.MissingPackageTag"/>
15
<exclude name="WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound"/>
16
<exclude name="Squiz.Commenting.InlineComment.InvalidEndChar"/>
17
+ <exclude name="Squiz.Commenting.FunctionComment.ExtraParamComment"/>
18
</rule>
19
<rule ref="Generic.CodeAnalysis.UnusedFunctionParameter"/>
20
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/>
0 commit comments