diff --git a/src/JWT.php b/src/JWT.php index c0e5f17..0989281 100644 --- a/src/JWT.php +++ b/src/JWT.php @@ -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);