You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently most of Api class methods have either Result|false or array|false return type specified.
I doubt that false is ever returned (e.g. for HTTP 2xx responses), and it's more likely that an exception would be thrown by the ClientInterface implementing class instead.
Need to check that fact for each Api class method and update their @return annotation accordingly.
The text was updated successfully, but these errors were encountered:
Currently most of
Api
class methods have eitherResult|false
orarray|false
return type specified.I doubt that
false
is ever returned (e.g. for HTTP 2xx responses), and it's more likely that an exception would be thrown by theClientInterface
implementing class instead.Need to check that fact for each
Api
class method and update their@return
annotation accordingly.The text was updated successfully, but these errors were encountered: