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 b06e01c commit dc2b09cCopy full SHA for dc2b09c
lib/Github/Api/Repo.php
@@ -33,7 +33,7 @@ class Repo extends AbstractApi
33
*
34
* @return array list of found repositories
35
*/
36
- public function find($keyword, array $params)
+ public function find($keyword, array $params = array())
37
{
38
return $this->get('legacy/repos/search/'.rawurlencode($keyword), array_merge(array('start_page' => 1), $params));
39
}
0 commit comments