Fix and improve PHPDoc type hints in FileBackend and FileRepo
[lhc/web/wiklou.git] / includes / filebackend / filejournal / DBFileJournal.php
index 4269f91..3dc9f18 100644 (file)
@@ -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();