mailerlite-api-v2-php-sdk icon indicating copy to clipboard operation
mailerlite-api-v2-php-sdk copied to clipboard

php 8.1 compatibility

Open apsg opened this issue 3 years ago • 0 comments

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: image

apsg avatar Mar 31 '22 18:03 apsg