mailchimp-client-lib-codegen icon indicating copy to clipboard operation
mailchimp-client-lib-codegen copied to clipboard

Make Configuration parameter nullable

Open earthiverse opened this issue 9 months ago • 3 comments

Description

In PHP 8.4, you need to specifically mention that the parameter is nullable when you default a parameter to null.

https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated

Also, a few refactors using null coalesce.

earthiverse avatar Jan 09 '25 04:01 earthiverse