X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Ffilebackend%2Ffilejournal%2FFileJournal.php;h=c256d72b1d9d6046aaa8d9f2a5caac2dbc466563;hb=cdeb7109f223729fb8fc38e49bf03ac77b747c05;hp=e51242375aca7fb3dedb69c09384d879443f6f71;hpb=529fc12d2ad2032337594389448fdb5b55802830;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/filebackend/filejournal/FileJournal.php b/includes/libs/filebackend/filejournal/FileJournal.php index e51242375a..c256d72b1d 100644 --- a/includes/libs/filebackend/filejournal/FileJournal.php +++ b/includes/libs/filebackend/filejournal/FileJournal.php @@ -40,7 +40,7 @@ use Wikimedia\Timestamp\ConvertibleTimestamp; abstract class FileJournal { /** @var string */ protected $backend; - /** @var int */ + /** @var int|false */ protected $ttlDays; /** @@ -153,7 +153,7 @@ abstract class FileJournal { * A starting change ID and/or limit can be specified. * * @param int|null $start Starting change ID or null - * @param int $limit Maximum number of items to return + * @param int $limit Maximum number of items to return (0 = unlimited) * @param string|null &$next Updated to the ID of the next entry. * @return array List of associative arrays, each having: * id : unique, monotonic, ID for this change