recurly / recurly-client-php

Recurly PHP Client
http://recurly.com
MIT License
172 stars 93 forks source link

Fix return type of RecurlyError::getApiError #748

Closed romainneutron closed 1 year ago

romainneutron commented 1 year ago

Hello,

The _api_error property is type hinted with nullable in the constructor However, the return type is incorrect and can lead to a TypeError

This PR fixes this