Skip to content

Commit 49961cf

Browse files
committed
Use multi-line comment syntax.
1 parent a6fcefe commit 49961cf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

includes/class-fasp.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ public static function get_public_key_for_server_id( $public_key, $key_id ) {
6767
);
6868
}
6969

70-
// FASP uses Ed25519 keys stored as base64.
71-
// Decode and return as Ed25519 key array for signature verification.
70+
/*
71+
* FASP uses Ed25519 keys stored as base64.
72+
* Decode and return as Ed25519 key array for signature verification.
73+
*/
7274
$raw_key = base64_decode( $registration['fasp_public_key'] ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decode
7375

7476
if ( false === $raw_key ) {

0 commit comments

Comments
 (0)