Merge "Revision: Inject Logger instead of LoggerSpi"
[lhc/web/wiklou.git] / includes / filerepo / RepoGroup.php
index 8047835..f61ca3b 100644 (file)
@@ -47,7 +47,7 @@ class RepoGroup {
        /** @var array */
        protected $foreignInfo;
 
-       /** @var ProcessCacheLRU */
+       /** @var MapCacheLRU */
        protected $cache;
 
        /** Maximum number of cache items */
@@ -115,6 +115,7 @@ class RepoGroup {
         *                   user is allowed to view them. Otherwise, such files will not
         *                   be found.
         *   latest:         If true, load from the latest available data into File objects
+        * @phan-param array{time?:mixed,ignoreRedirect?:bool,private?:bool,latest?:bool} $options
         * @return File|bool False if title is not found
         */
        function findFile( $title, $options = [] ) {