Skip to content

Commit 77e07fe

Browse files
committed
Change reference in test to parent sniff
1 parent a2debb7 commit 77e07fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress-VIP-Go/ruleset-test.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $external_resource = file_get_contents( $test ); // Warning + Message.
6767
$file_content = file_get_contents( 'my-file.svg' ); // Ok.
6868
wpcom_vip_file_get_contents( $bar ); // Ok.
6969

70-
// WordPress.Security.NonceVerification.NoNonceVerification
70+
// WordPress.Security.NonceVerification (inherited from parent)
7171
function bar_foo() {
7272
if ( ! isset( $_POST['test'] ) ) { // Error.
7373
return;

0 commit comments

Comments
 (0)