You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the webauthn-lib and all seem to work well with PHP 8.4, but I get a lot of deprecation warnings: Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead
Is someone already working on it? There is a Rector rule for that, so it should be easy for everyone having the dev stuff already on hand: https://getrector.com/rule-detail/explicit-nullable-param-type-rector If not, I could step in next week or so and submit a PR for those changes.
Greets
Example
No response
The text was updated successfully, but these errors were encountered:
These warnings should be fixed by #661 and #662 on both 4.9 and 5.1 branches.
Can you be more precise on the versions you use and the variables that are not up to date?
Description
Hi,
the webauthn-lib and all seem to work well with PHP 8.4, but I get a lot of deprecation warnings:
Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead
Is someone already working on it? There is a Rector rule for that, so it should be easy for everyone having the dev stuff already on hand: https://getrector.com/rule-detail/explicit-nullable-param-type-rector If not, I could step in next week or so and submit a PR for those changes.
Greets
Example
No response
The text was updated successfully, but these errors were encountered: