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
Fix return type of RecurlyError::getApiError
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