Don't require Title for getTimestampFromId
[lhc/web/wiklou.git] / includes / Revision / RevisionRecord.php
index 1a7831b..95749c5 100644 (file)
@@ -62,7 +62,7 @@ abstract class RevisionRecord {
        protected $mWiki = false;
        /** @var int|null */
        protected $mId;
-       /** @var int|null */
+       /** @var int */
        protected $mPageId;
        /** @var UserIdentity|null */
        protected $mUser;