Skip to content

Commit 2403b00

Browse files
committed
Security/ValidatedSanitizedInput: fix link in docblock
While reviewing another PR related to this sniff, I noticed an incorrect link in the class docblock. The link was pointing to an unrelated GitHub issue instead of pointing to the GitHub issue that discussed the introduction of this sniff. This is now fixed in this commit and the correct link is used. I believe this was caused by a copy and paste error in the PR that introduced the sniff (#101).
1 parent 3dcb08a commit 2403b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Sniffs/Security/ValidatedSanitizedInputSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* Flag any non-validated/sanitized input ( _GET / _POST / etc. ).
2525
*
26-
* @link https://github.com/WordPress/WordPress-Coding-Standards/issues/69
26+
* @link https://github.com/WordPress/WordPress-Coding-Standards/issues/72
2727
*
2828
* @since 0.3.0
2929
* @since 0.4.0 This class now extends the WordPressCS native `Sniff` class.

0 commit comments

Comments
 (0)