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

Missing type casting #108

Open
asgraf opened this issue Jan 25, 2024 · 1 comment · May be fixed by #110
Open

Missing type casting #108

asgraf opened this issue Jan 25, 2024 · 1 comment · May be fixed by #110

Comments

@asgraf
Copy link
Contributor

asgraf commented Jan 25, 2024

The \Muffin\Webservice\Datasource\Marshaller currently ignores the existence of /src/Model/Endpoint/Schema/****Schema classes, does not build a property map, and never calls TypeInterface::marshal()

Additionally \Muffin\Webservice\Webservice\Webservice::_transformResource() never calls TypeInterface::toPHP()

Tested on version 3.0.0

@asgraf
Copy link
Contributor Author

asgraf commented Jan 25, 2024

Optionally \Muffin\Webservice\Webservice\Webservice::_transformResource could also call TypeInterface::marshal() instead of TypeInterface::toPHP()

@asgraf asgraf linked a pull request Mar 18, 2024 that will close this issue
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 a pull request may close this issue.

1 participant