X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FRevision%2FRevisionRecord.php;h=ff9ac579e8d0419950a2ca79a08f7c6d01948633;hb=4cc031607c9b8e17265e51372b94399399254966;hp=0dcc35c2e57a9901f7e2289e7d11e55d5e5cbc52;hpb=1bfdb65439f65c68e63d931d4d33e10809101c92;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Revision/RevisionRecord.php b/includes/Revision/RevisionRecord.php index 0dcc35c2e5..ff9ac579e8 100644 --- a/includes/Revision/RevisionRecord.php +++ b/includes/Revision/RevisionRecord.php @@ -82,7 +82,7 @@ abstract class RevisionRecord { /** @var CommentStoreComment|null */ protected $mComment; - /** @var Title */ + /** @var Title */ protected $mTitle; // TODO: we only need the title for permission checks! /** @var RevisionSlots */