X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStorage%2FRevisionLookup.php;h=a6e29309fb4906ccbc7f806339285a111c932574;hb=b9fd6b1327ad50ce085cf8b0b874d397d7b7082a;hp=45cd1841f0d88cae7dddd85aad5d471bbe70057f;hpb=16c80e429be5904fb42a93f260f8de3d18f0c692;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Storage/RevisionLookup.php b/includes/Storage/RevisionLookup.php index 45cd1841f0..a6e29309fb 100644 --- a/includes/Storage/RevisionLookup.php +++ b/includes/Storage/RevisionLookup.php @@ -84,7 +84,7 @@ interface RevisionLookup extends IDBAccessObject { * MCR migration note: this replaces Revision::getPrevious * * @param RevisionRecord $rev - * @param Title $title if known (optional) + * @param Title|null $title if known (optional) * * @return RevisionRecord|null */ @@ -96,7 +96,7 @@ interface RevisionLookup extends IDBAccessObject { * MCR migration note: this replaces Revision::getNext * * @param RevisionRecord $rev - * @param Title $title if known (optional) + * @param Title|null $title if known (optional) * * @return RevisionRecord|null */