X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FStorage%2FRevisionRecord.php;h=8734f48848c11d80c74006186c49f26193afdd20;hb=d6c6aaeadd10f2f3f96248a28d8c6714bbc9ee15;hp=f490f9b40fb2102cab26e99f1f6520d02b9bb32e;hpb=08edb27f6ce31c676660a4ef89b87da79bde2cc2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Storage/RevisionRecord.php b/includes/Storage/RevisionRecord.php index f490f9b40f..8734f48848 100644 --- a/includes/Storage/RevisionRecord.php +++ b/includes/Storage/RevisionRecord.php @@ -242,6 +242,7 @@ abstract class RevisionRecord { * * MCR migration note: this replaces Revision::getSize * + * @throws RevisionAccessException if the size was unknown and could not be calculated. * @return int */ abstract public function getSize(); @@ -254,6 +255,7 @@ abstract class RevisionRecord { * * MCR migration note: this replaces Revision::getSha1 * + * @throws RevisionAccessException if the hash was unknown and could not be calculated. * @return string */ abstract public function getSha1();