Closed alexandersch closed 2 years ago
This really needs updating.
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.
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.
1 year to update doc block seems to be too much ;)
+1 When this fix will be resolved? :)
Closing this issue since we fixed on https://github.com/pipedrive/client-php/issues/59
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.