Merge "Cleanups to MigrateFileRepoLayout"
[lhc/web/wiklou.git] / includes / filerepo / file / LocalFile.php
index 1bccf81..0db3195 100644 (file)
@@ -986,7 +986,7 @@ class LocalFile extends File {
         * @param int $start Optional: Timestamp, start from
         * @param int $end Optional: Timestamp, end at
         * @param bool $inc
-        * @return array
+        * @return OldLocalFile[]
         */
        function getHistory( $limit = null, $start = null, $end = null, $inc = true ) {
                $dbr = $this->repo->getSlaveDB();