Skip to content

Commit 3f770de

Browse files
committed
use correct case for rateLimit method annotation
1 parent d246707 commit 3f770de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @method Api\PullRequest pr()
3030
* @method Api\PullRequest pullRequest()
3131
* @method Api\PullRequest pullRequests()
32-
* @method Api\RateLimit ratelimit()
32+
* @method Api\RateLimit rateLimit()
3333
* @method Api\Repo repo()
3434
* @method Api\Repo repos()
3535
* @method Api\Repo repository()

0 commit comments

Comments
 (0)