Skip to content

Commit eca9e8c

Browse files
Add blank line before return statements.
1 parent 8775cb2 commit eca9e8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Github/Api/RateLimit.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function getRateLimits()
2828
public function getCoreLimit()
2929
{
3030
$response = $this->getRateLimits();
31+
3132
return $response['resources']['core']['limit'];
3233
}
3334

@@ -39,6 +40,7 @@ public function getCoreLimit()
3940
public function getSearchLimit()
4041
{
4142
$response = $this->getRateLimits();
43+
4244
return $response['resources']['search']['limit'];
4345
}
4446
}

0 commit comments

Comments
 (0)