X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fchangetags%2FChangeTags.php;h=2169a4d72e5dc8076e77f606a8bbe3f565545a00;hb=11200fc58e6e4ccf322948ae4e2471dc20c4ae59;hp=00eed14919a82d0aaa78e39eee160eee34e94c53;hpb=24755f024fe4efeab9f56a56073f75fc2ae3d7da;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/changetags/ChangeTags.php b/includes/changetags/ChangeTags.php index 00eed14919..2169a4d72e 100644 --- a/includes/changetags/ChangeTags.php +++ b/includes/changetags/ChangeTags.php @@ -604,7 +604,7 @@ class ChangeTags { * @param int|null $rc_id The rc_id of the change to add the tags to * @param int|null $rev_id The rev_id of the change to add the tags to * @param int|null $log_id The log_id of the change to add the tags to - * @param string $params Params to put in the ct_params field of table + * @param string|null $params Params to put in the ct_params field of table * 'change_tag' when adding tags * @param string $reason Comment for the log * @param User $user Who to give credit for the action @@ -766,7 +766,7 @@ class ChangeTags { // Return nothing. $conds[] = '0'; break; - }; + } } if ( $filterTagIds !== [] ) {