| 1 | <?php |
||
| 10 | class RateLimit extends AbstractMiscellaneous |
||
| 11 | { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Check your current rate limit status at any time using the Rate Limit API described below. |
||
| 15 | * |
||
| 16 | * @link https://developer.github.com/v3/rate_limit/#rate-limit |
||
| 17 | * @return array |
||
| 18 | */ |
||
| 19 | public function get(): array |
||
| 23 | } |