Skip to content

Commit 27a7191

Browse files
authored
Merge pull request #2406 from WordPress/feature/extra-update-url-in-docs
Ruleset: update a URL
2 parents 191b292 + 01a62b3 commit 27a7191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress-Extra/ruleset.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<rule ref="Squiz.PHP.DisallowSizeFunctionsInLoops"/>
4343

4444
<!-- Check that functions use all parameters passed.
45-
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/pull/xxx -->
45+
https://github.com/WordPress/WordPress-Coding-Standards/issues/1510 -->
4646
<rule ref="Generic.CodeAnalysis.UnusedFunctionParameter">
4747
<!-- Allow for callback functions which may not need all parameters passed. -->
4848
<exclude name="Generic.CodeAnalysis.UnusedFunctionParameter.FoundBeforeLastUsed"/>

0 commit comments

Comments
 (0)