CyberSource / cybersource-rest-client-php

PHP client library for the CyberSource REST API
27 stars 65 forks source link

Added required annotations in order to avoid PHP 8.1 severity warnings #123

Open alextselegidis opened 1 year ago

alextselegidis commented 1 year ago

Hello!

Thanks for providing the SDK.

I've quickly added the required annotations in order to make the library work without generating warnings.

Disclaimer: I did not check all the library features in detail for their PHP 8.1 compatibility.