Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModelInterface addition to clean up ApiClient::deserialize call #36

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

cpiggott
Copy link
Contributor

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 cpiggott changed the title ModelInterface Addition for clean up of ApiClient::deserialize Call ModelInterface addition to clean up ApiClient::deserialize call Feb 28, 2019
@cpiggott cpiggott changed the title ModelInterface addition to clean up ApiClient::deserialize call ModelInterface addition to clean up ApiClient::deserialize call Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant