Skip to content

Commit

Permalink
7.4: no trailing comma allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Jul 19, 2024
1 parent e765ddd commit 6fbbb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JWT.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function setKeys(KeyContainer $keys): self
public static function fromEncoded(
#[SensitiveParameter]
string $encoded,
KeyContainer $keys,
KeyContainer $keys
): self {
// This should exactly follow s7.2 of the IETF JWT spec
$parts = explode('.', $encoded);
Expand Down

0 comments on commit 6fbbb93

Please sign in to comment.