X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialWantedfiles.php;h=2ebbc2d86c20627b7209f567a9ed4f5ecd3484e7;hp=6d481f8fdca8daefb3333ff016488a7841151531;hb=5fa4cdf860c79b32ab6ef034c6d9420c2727f695;hpb=2ffff73a46c29cdad1cbf59063f4dd75debd3b4c diff --git a/includes/specials/SpecialWantedfiles.php b/includes/specials/SpecialWantedfiles.php index 6d481f8fdc..2ebbc2d86c 100644 --- a/includes/specials/SpecialWantedfiles.php +++ b/includes/specials/SpecialWantedfiles.php @@ -74,6 +74,7 @@ class WantedFilesPage extends WantedQueryPage { * In its own function to allow subclasses to override. * @see SpecialWantedFilesGUOverride in GlobalUsage extension. * @since 1.24 + * @return bool */ protected function likelyToHaveFalsePositives() { return RepoGroup::singleton()->hasForeignRepos(); @@ -99,6 +100,7 @@ class WantedFilesPage extends WantedQueryPage { * Use wfFindFile so we still think file namespace pages without * files are missing, but valid file redirects and foreign files are ok. * + * @param Title $title * @return bool */ protected function existenceCheck( Title $title ) {