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 7722c0b commit 01a62b3Copy full SHA for 01a62b3
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