Skip to content

Commit 54c5678

Browse files
committed
Fix simple liniting issues
1 parent 32512c6 commit 54c5678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mu-plugins/osi-api/osi-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public function handle_redirects() {
346346
$request = new WP_REST_Request( 'GET', '/osi/v1/licenses' );
347347

348348
// Add query parameters if any
349-
if ( ! empty( $_GET ) ) {
349+
if ( ! empty( $_GET ) ) { // phpcs:ignore WordPress.Security.NonceVerification
350350
foreach ( $_GET as $key => $value ) { // phpcs:ignore WordPress.Security.NonceVerification
351351
// Sanitize key and value
352352
$sanitized_key = sanitize_key( $key );

0 commit comments

Comments
 (0)