php-github-api
php-github-api copied to clipboard
fix: minor bugs and doc update
Fixes:
- Add array parameter to
repositories
method of CurrentUser and User Api to pass additional parameters likeper_page
and makes the method future proof if GitHub decides to add more options and deprecate existing arguments in support of this new argument. (Ref: https://github.com/KnpLabs/php-github-api/issues/799#issuecomment-518367905)
Doc:
- Update repositories method in CurrentUser and User doc
- Add PR Merge in doc
Closes #1057, Closes #866, Closes #799