Closed omacranger closed 3 years ago
Actually, looks like this would be closed by #2
Hey @yidas, appreciate it. Though it looks like the PHPDocs you have there aren't quite accurate. The first $client
parameter you're passing automatically here - so that should be removed from all the PHPDocs since users wouldn't be expected to pass that manually.
It would be great if we could have PHPDocs for the various methods on the client class - which could provide some code completion for the likes of PHPStorm / intellisense.
Something like below on the Client class would be pretty beneficial:
I don't mind putting together a PR for this either.