X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ffilerepo%2FLocalRepo.php;h=84c0a614d24b3cd2b05bace48d5e5856a1ce0627;hb=e65f8ac5110804067366f9f239c13f4f29b66c3d;hp=8e3355c8c6147ee2efb3654146fbbc31599894e9;hpb=f9fbcfd93905d4a9909bead84d3cf4364f4e5254;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filerepo/LocalRepo.php b/includes/filerepo/LocalRepo.php index 8e3355c8c6..84c0a614d2 100644 --- a/includes/filerepo/LocalRepo.php +++ b/includes/filerepo/LocalRepo.php @@ -32,6 +32,7 @@ use Wikimedia\Rdbms\IDatabase; * in the wiki's own database. This is the most commonly used repository class. * * @ingroup FileRepo + * @method LocalFile|null newFile( $title, $time = false ) */ class LocalRepo extends FileRepo { /** @var callable */