dwolla-swagger-php icon indicating copy to clipboard operation
dwolla-swagger-php copied to clipboard

ModelInterface addition to clean up ApiClient::deserialize call

Open cpiggott opened this issue 5 years ago • 0 comments

I added a ModelInterface to clean up the calls that used unknown variables in the ApiClient::deserialize call for Swagger based models.

This removes "breaking" errors when running a php code-sniffer to check for inconsistencies throughout the code-base.

I was unable to find any tests to run this against, so if you have them on your end and would like to test them, please let me know if you find any issue and I'll be happy to clean them up.

cpiggott avatar Feb 28 '19 16:02 cpiggott