Passed
Push — master ( d4ad7c...cc3467 )
by Reüel
07:39 queued 12s
created
src/SiteHealthController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -252,7 +252,7 @@
 block discarded – undo
252 252
 		foreach ( $server_keys as $key ) {
253 253
 			if ( array_key_exists( $key, $_SERVER ) ) {
254 254
 				// phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
255
-				$data[ $key ] = wp_unslash( $_SERVER[ $key ] );
255
+				$data[$key] = wp_unslash( $_SERVER[$key] );
256 256
 			}
257 257
 		}
258 258
 
Please login to merge, or discard this patch.
src/Gateway.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -425,7 +425,7 @@
 block discarded – undo
425 425
 
426 426
 					if ( 'issuer' === $detail->key && 'select' === $detail->type ) {
427 427
 						foreach ( $detail->items as $item ) {
428
-							$issuers[ \strval( $item->id ) ] = \strval( $item->name );
428
+							$issuers[\strval( $item->id )] = \strval( $item->name );
429 429
 						}
430 430
 					}
431 431
 				}
Please login to merge, or discard this patch.