X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=blobdiff_plain;f=includes%2Ffilerepo%2FRepoGroup.php;h=f61ca3b87584a63c65fc65d3a63b6e3479f0a7c9;hb=b5cbb5ab3f084da72b12fbca770a3694d03931e9;hp=e474ad3084ece08f5aaf2162dbbff0602c759ee0;hpb=6ceb894b88fac3472d1fda8afaa187745c175ec1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filerepo/RepoGroup.php b/includes/filerepo/RepoGroup.php index e474ad3084..f61ca3b875 100644 --- a/includes/filerepo/RepoGroup.php +++ b/includes/filerepo/RepoGroup.php @@ -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 = [] ) {