Skip to content

Commit 4176d3e

Browse files
committed
Merge pull request #325 from Flyingmana/patch-1
use correct case for rateLimit method annotation
2 parents 99f32a0 + 3f770de commit 4176d3e

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)