We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 191b292 + 01a62b3 commit 27a7191Copy full SHA for 27a7191
WordPress-Extra/ruleset.xml
@@ -42,7 +42,7 @@
42
<rule ref="Squiz.PHP.DisallowSizeFunctionsInLoops"/>
43
44
<!-- Check that functions use all parameters passed.
45
- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/pull/xxx -->
+ https://github.com/WordPress/WordPress-Coding-Standards/issues/1510 -->
46
<rule ref="Generic.CodeAnalysis.UnusedFunctionParameter">
47
<!-- Allow for callback functions which may not need all parameters passed. -->
48
<exclude name="Generic.CodeAnalysis.UnusedFunctionParameter.FoundBeforeLastUsed"/>
0 commit comments