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

Return types of API responses are void #4

Closed
alexandersch opened this issue Mar 31, 2020 · 6 comments
Closed

Return types of API responses are void #4

alexandersch opened this issue Mar 31, 2020 · 6 comments

Comments

@alexandersch
Copy link

A lot of times the return type of API calls are void when they are returning an array of data. Could you please update them to a correct value?

E.g.:
@return void response from the API call
To:
@return mixed response from the API call
Or:
@return array response from the API call

Thanks in advance.

@Tlapi
Copy link

Tlapi commented Apr 1, 2020

This really needs updating.

@mschop
Copy link

mschop commented Jun 9, 2020

This issue is open now for about three months. When can we expect this to be fixed? This is really bad because all code quality tools warn about this.

I find it worth considering, that the official client seems to have a lower quality than the community library.

@DenisButCheR
Copy link

Hello @alexandersch . Thanks for your report. I can confirm that this is a problem and we will fix it in the future versions of the library. It is in our backlog.

@andrii-pukhalevych
Copy link

1 year to update doc block seems to be too much ;)

@karol-bialkowski
Copy link

+1 When this fix will be resolved? :)

@estevanjantsk
Copy link
Contributor

Closing this issue since we fixed on #59

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

7 participants