X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=blobdiff_plain;f=includes%2Ffilerepo%2FRepoGroup.php;h=96df29ff51e844accb9a5142e831ff9bef505bc3;hb=327e8ea41681487382d8abe7cb111501954b9d1b;hp=e474ad3084ece08f5aaf2162dbbff0602c759ee0;hpb=e2e543f7c2a98f40c9b43ba3989d0f6689f4cb67;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 = [] ) {