From d5f7e03607fc337e611cdfc9d727447d8407fd29 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 16 Apr 2025 09:50:05 -0700 Subject: [PATCH] docs: allow array of strings in head param --- src/JWT.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JWT.php b/src/JWT.php index 37a9e0e6..0ff02d9f 100644 --- a/src/JWT.php +++ b/src/JWT.php @@ -189,7 +189,7 @@ public static function decode( * @param string $alg Supported algorithms are 'ES384','ES256', 'ES256K', 'HS256', * 'HS384', 'HS512', 'RS256', 'RS384', and 'RS512' * @param string $keyId - * @param array $head An array with header elements to attach + * @param array $head An array with header elements to attach * * @return string A signed JWT *