mailerlite-api-v2-php-sdk
mailerlite-api-v2-php-sdk copied to clipboard
php 8.1 compatibility
Make the project PHP 8.1 compatible.
I added the return types where possible. In one place I used #[\ReturnTypeWillChange] attribute since PHP 7.1 does not support mixed as return type.
In PHP 8.1 we get errors:
