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

Namespace issue with models vs. API call mathod PHPDoc #28

Open
treschlet opened this issue Sep 19, 2018 · 0 comments
Open

Namespace issue with models vs. API call mathod PHPDoc #28

treschlet opened this issue Sep 19, 2018 · 0 comments

Comments

@treschlet
Copy link

The namespacing for models is i.e. DwollaSwagger\models\CreateFundingSourceRequest

The class namespace expected by the FundingsourceApi->createCustomerFundingSource is 'DwollaSwagger\CreateFundingSourceRequest'

It looks like maybe at some point all the models were moved into the "models" namespace, but the method PHPdocs were not update to reflect that? As is, the IDE throws a warning, saying:

"expected DwollaSwagger\CreateFundingSourceRequest got DwollaSwagger\models\CreateFundingSourceRequest"

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

No branches or pull requests

1 participant