From e24d3a886980dbea00d52ea90ff7dbec38ee3ade Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 25 Nov 2015 16:54:03 +0100 Subject: [PATCH] Fix the magic method name --- lib/Github/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Github/Client.php b/lib/Github/Client.php index c1a17169dc6..b3c9f63e266 100644 --- a/lib/Github/Client.php +++ b/lib/Github/Client.php @@ -29,7 +29,7 @@ * @method Api\PullRequest pr() * @method Api\PullRequest pullRequest() * @method Api\PullRequest pullRequests() - * @method Api\RateLimit ratelimit() + * @method Api\RateLimit rateLimit() * @method Api\Repo repo() * @method Api\Repo repos() * @method Api\Repo repository()