forked from luciferous/jwt
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Line 113 in 83b6090
empty($header->kid) ? null : $header->kid |
Hi guys,
If keys with $header->kid = "0"/0 this will be resolved as null duo to PHP nature:
echo empty("0") // 1
echo empty(0) // 1
Metadata
Metadata
Assignees
Labels
No labels