We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5e15f commit 898fb4eCopy full SHA for 898fb4e
README.markdown
@@ -467,7 +467,7 @@ Removes the key with id 12345 from the 'reponame' repository and returns a list
467
### Get the collaborators for a repository
468
469
```php
470
- $collaborators = $github->getRepoApi()->getRepoCollaborators('reponame');
+ $collaborators = $github->getRepoApi()->getRepoCollaborators('username', 'reponame');
471
```
472
473
Returns a list of the collaborators for the 'reponame' repository.
0 commit comments