Skip to content

Commit 898fb4e

Browse files
Adding missing argument on the getRepoCollaborators function.
1 parent ac5e15f commit 898fb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Removes the key with id 12345 from the 'reponame' repository and returns a list
467467
### Get the collaborators for a repository
468468

469469
```php
470-
$collaborators = $github->getRepoApi()->getRepoCollaborators('reponame');
470+
$collaborators = $github->getRepoApi()->getRepoCollaborators('username', 'reponame');
471471
```
472472

473473
Returns a list of the collaborators for the 'reponame' repository.

0 commit comments

Comments
 (0)