X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fchangetags%2FChangeTagsRevisionList.php;h=dfa78e6334e2b4a7fa4ff0464a2ebefcda2fa225;hb=b1f648042f08a33314861f4cd22758dc02068f46;hp=19b7e20d0e6dd361305337b24269fd3dc8e944fc;hpb=f1189284588d626e257bb8cfa43e7a8d60c0453f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/changetags/ChangeTagsRevisionList.php b/includes/changetags/ChangeTagsRevisionList.php index 19b7e20d0e..dfa78e6334 100644 --- a/includes/changetags/ChangeTagsRevisionList.php +++ b/includes/changetags/ChangeTagsRevisionList.php @@ -74,13 +74,12 @@ class ChangeTagsRevisionList extends ChangeTagsList { * * @param array $tagsToAdd * @param array $tagsToRemove - * @param array $params + * @param string|null $params * @param string $reason * @param User $user * @return Status */ public function updateChangeTagsOnAll( $tagsToAdd, $tagsToRemove, $params, $reason, $user ) { - // phpcs:ignore Generic.CodeAnalysis.ForLoopWithTestFunctionCall for ( $this->reset(); $this->current(); $this->next() ) { $item = $this->current(); $status = ChangeTags::updateTagsWithChecks( $tagsToAdd, $tagsToRemove,