mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +00:00
JwtUtils: fix minor formatting issue
This commit is contained in:
parent
44a7829536
commit
486e0e710b
@ -73,7 +73,7 @@ final class JwtUtils{
|
||||
}
|
||||
$header = json_decode(self::b64UrlDecode($v[0]), true);
|
||||
if(!is_array($header)){
|
||||
throw new \UnexpectedValueException("Failed to decode JWT header JSON: ". json_last_error_msg());
|
||||
throw new \UnexpectedValueException("Failed to decode JWT header JSON: " . json_last_error_msg());
|
||||
}
|
||||
$body = json_decode(self::b64UrlDecode($v[1]), true);
|
||||
if(!is_array($body)){
|
||||
|
Loading…
x
Reference in New Issue
Block a user