Skip to content

Commit

Permalink
Added phpdoc for new methods
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 7, 2023
1 parent bf059f2 commit 8083418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GitHubManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* @method array<string,\Github\Client> getConnections()
* @method \Github\Api\CurrentUser currentUser()
* @method \Github\Api\CurrentUser me()
* @method \Github\Api\Deployment deployment()
* @method \Github\Api\Deployment deployments()
* @method \Github\Api\Enterprise ent()
* @method \Github\Api\Enterprise enterprise()
* @method \Github\Api\Miscellaneous\CodeOfConduct codeOfConduct()
Expand Down

0 comments on commit 8083418

Please sign in to comment.