X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fchangetags%2FChangeTagsList.php;h=fc53d13ed35cf6e85f7b3f69c2581c2769f07e51;hb=c659bc63087b10d8765056500a8ed4bce6cfdbf4;hp=1559e1d6f7cf66e2d7f28b196d8a3d9bc7ca3356;hpb=16c80e429be5904fb42a93f260f8de3d18f0c692;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/changetags/ChangeTagsList.php b/includes/changetags/ChangeTagsList.php index 1559e1d6f7..fc53d13ed3 100644 --- a/includes/changetags/ChangeTagsList.php +++ b/includes/changetags/ChangeTagsList.php @@ -21,6 +21,12 @@ /** * Generic list for change tagging. + * + * @property ChangeTagsLogItem $current + * @method ChangeTagsLogItem next() + * @method ChangeTagsLogItem reset() + * @method ChangeTagsLogItem current() + * @phan-file-suppress PhanParamSignatureMismatch */ abstract class ChangeTagsList extends RevisionListBase { function __construct( IContextSource $context, Title $title, array $ids ) { @@ -68,7 +74,7 @@ abstract class ChangeTagsList extends RevisionListBase { * * @param array $tagsToAdd * @param array $tagsToRemove - * @param array $params + * @param string|null $params * @param string $reason * @param User $user * @return Status