X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=blobdiff_plain;f=includes%2Ffilerepo%2FRepoGroup.php;h=96df29ff51e844accb9a5142e831ff9bef505bc3;hb=4cc031607c9b8e17265e51372b94399399254966;hp=e474ad3084ece08f5aaf2162dbbff0602c759ee0;hpb=6b2f7b1eb04503f0e69e3eef240321d41d87fac6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filerepo/RepoGroup.php b/includes/filerepo/RepoGroup.php index e474ad3084..96df29ff51 100644 --- a/includes/filerepo/RepoGroup.php +++ b/includes/filerepo/RepoGroup.php @@ -115,6 +115,8 @@ 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 + * @suppress PhanTypeInvalidDimOffset * @return File|bool False if title is not found */ function findFile( $title, $options = [] ) {