In two separate files, ->toString()
was being called on Stringable
objects.
Stringable
doesn't support this, and it was causing exceptions when the code in the AllowableFields
class was triggered by Art Money unit tests.
master
branch?AllowableFields
, I found that the string cast wasn't actually necessary. However I wasn't sure whether it would be necessary for the other case, so I put it in both cases to be safe.feature/upgrade-php-api-package
fin composer install
.fin test
and confirm lots of fail.