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 d246707 commit 56e900bCopy full SHA for 56e900b
lib/Github/Api/Repo.php
@@ -53,6 +53,7 @@ public function all($id = null)
53
if (!is_int($id)) {
54
return $this->get('repositories');
55
}
56
+
57
return $this->get('repositories?since=' . rawurldecode($id));
58
59
0 commit comments