X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fchangetags%2FChangeTagsLogList.php;h=bf455af817a7135cff90dd09325eae59790fac8f;hb=7b69a2b340c643ec28138c29e60d4632fafc7939;hp=6977172619f3430b8bfa1065ec04420e556e89ad;hpb=d8d2b2873f7cc7a81290f462e6584ae68c937c7a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/changetags/ChangeTagsLogList.php b/includes/changetags/ChangeTagsLogList.php index 6977172619..bf455af817 100644 --- a/includes/changetags/ChangeTagsLogList.php +++ b/includes/changetags/ChangeTagsLogList.php @@ -66,13 +66,12 @@ class ChangeTagsLogList 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,