X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Ffilebackend%2Ffilejournal%2FDBFileJournal.php;h=3dc9f18ec63235a926705817ac418020ad3a759f;hb=645d96b0e1560e58285c88abfe8f8e726acb2e64;hp=4269f91ef9304c152059263527cea9f2af9b4aca;hpb=5256bb8ce2da1390f84ef535d990129eebd74fd2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filebackend/filejournal/DBFileJournal.php b/includes/filebackend/filejournal/DBFileJournal.php index 4269f91ef9..3dc9f18ec6 100644 --- a/includes/filebackend/filejournal/DBFileJournal.php +++ b/includes/filebackend/filejournal/DBFileJournal.php @@ -124,9 +124,9 @@ class DBFileJournal extends FileJournal { /** * @see FileJournal::doGetChangeEntries() - * @param int $start + * @param int|null $start * @param int $limit - * @return array + * @return array[] */ protected function doGetChangeEntries( $start, $limit ) { $dbw = $this->getMasterDB();