We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd5876 commit 497292cCopy full SHA for 497292c
doc/rate_limits.md
@@ -6,7 +6,7 @@ Get rate limit wrappers from [GitHub Rate Limit API](http://developer.github.com
6
#### Get All Rate Limits
7
8
```php
9
-/** @var \Github\Api\RateLimit\RateLimitResource[] $rateLimits
+/** @var \Github\Api\RateLimit\RateLimitResource[] $rateLimits */
10
$rateLimits = $client->api('rate_limit')->getLimits();
11
```
12
0 commit comments