mailchimp-client-lib-codegen
mailchimp-client-lib-codegen copied to clipboard
Make Configuration parameter nullable
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.