diff --git a/lib/Github/Api/Apps.php b/lib/Github/Api/Apps.php index 15e1dfdcd4a..335f9cecf47 100644 --- a/lib/Github/Api/Apps.php +++ b/lib/Github/Api/Apps.php @@ -143,9 +143,8 @@ public function removeInstallation($installationId) * * @return array */ - public function listRepositories($userId = null) + public function listRepositories($userId = null, $parameters = []) { - $parameters = []; if ($userId) { $parameters['user_id'] = $userId; }