Skip to content

chore: adding domains related method documentation #156

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: adding domains related method documentation
  • Loading branch information
Gregory-Gerard authored Sep 10, 2022
commit a5bdf562fda54bf7c7f05cc690ed710d2271edaf
7 changes: 7 additions & 0 deletions lib/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,13 @@
* @method Client event()
* @method Client parse()
*
* Domains
* @method Client whitelabel()
* @method Client domains()
* @method Client default()
* @method Client validate()
* @method Client subuser()
*
* Missed any? Simply add them by doing: @method Client method()
*/
class Client
Expand Down