X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fchangetags%2FChangeTagsLogList.php;h=7e1f1d1e308c86c12ff467acda1e392ec6379f08;hb=2f987077d115fa466616838ccbf86a2ec7cb65c7;hp=6977172619f3430b8bfa1065ec04420e556e89ad;hpb=827c6bfa416d9d0de8cc8e22f9f3fa36d8129d44;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/changetags/ChangeTagsLogList.php b/includes/changetags/ChangeTagsLogList.php index 6977172619..7e1f1d1e30 100644 --- a/includes/changetags/ChangeTagsLogList.php +++ b/includes/changetags/ChangeTagsLogList.php @@ -72,7 +72,6 @@ class ChangeTagsLogList extends ChangeTagsList { * @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,