Skip to content

Commit f18a6ce

Browse files
committed
Merge pull request #327 from GrahamCampbell/patch-1
CS fix
2 parents d246707 + 56e900b commit f18a6ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Github/Api/Repo.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public function all($id = null)
5353
if (!is_int($id)) {
5454
return $this->get('repositories');
5555
}
56+
5657
return $this->get('repositories?since=' . rawurldecode($id));
5758
}
5859

0 commit comments

Comments
 (0)