Skip to content

Commit c952c60

Browse files
Remove unused argument
1 parent 6820337 commit c952c60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.maintenance/src/GitHub.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,14 +283,12 @@ public static function delete_label(
283283
*
284284
* @param string $project
285285
* @param integer $milestone_id
286-
* @param bool $only_merged
287286
*
288287
* @return array
289288
*/
290289
public static function get_project_milestone_pull_requests(
291290
$project,
292-
$milestone_id,
293-
$only_merged = true
291+
$milestone_id
294292
) {
295293
$request_url = sprintf(
296294
self::API_ROOT . 'repos/%s/issues',

0 commit comments

Comments
 (0)