Merge "Revision: Inject Logger instead of LoggerSpi"
[lhc/web/wiklou.git] / includes / filerepo / RepoGroup.php
index e474ad3..f61ca3b 100644 (file)
@@ -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 = [] ) {