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 *