Open
Description
There are non-breaking space UTF-8 characters in the source code that cause fatal errors. It looks like this is the case everywhere that the code calls is_object
when checking the $data
array. I've referenced one example below, but they all have the same issue.
The fatal error that is thrown is:
Call to undefined function net\authorize\api\contract\v1\ is_object()
This looks like an issue with the code generation script:
sdk-php/scripts/appendSetCode.txt
Line 4 in cba5827
According to the contribution guide, I can't submit a pull request for those files.
Metadata
Metadata
Assignees
Labels
No labels