From 2391c52be6974ce73ceecb532541df654c4b5907 Mon Sep 17 00:00:00 2001 From: zhaixiaojian Date: Sun, 31 Aug 2025 21:36:56 +0800 Subject: [PATCH] * [task#146243,146244,done,2h,0h] implement the batch archive/activate branches. --- lib/scm/scm.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/scm/scm.class.php b/lib/scm/scm.class.php index 4217ca307b..88fac1b5cc 100644 --- a/lib/scm/scm.class.php +++ b/lib/scm/scm.class.php @@ -59,8 +59,8 @@ class scm * @param string $orderBy * @param int $limit * @param int $pageID - * @param string $label - * @param int $showArchived + * @param string $label + * @param int $showArchived * @return array */ public function branch(string $showDetail = '', string $orderBy = '', int $limit = 0, int $pageID = 1, string $label = '', int $showArchived = 0)