Open Zykaris opened 2 days ago
Should be aready fixed with https://github.com/firebase/php-jwt/pull/572 which is merged. Sadly, still a release is missing https://github.com/firebase/php-jwt/issues/578
I'd say this can be closed as duplicate of https://github.com/firebase/php-jwt/issues/570
Obviously this is pretty new, but with the general release of PHP 8.4.1 today, implicit null parameters now raise warnings. These warnings all say something similar to the following:
This occurs in--at least--the following places:
Once Null is added to the type-hints, the library appears to work without issue.