X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FaddSite.php;h=04158aee7adab429433cae3bcd910657f5a8360c;hb=6db33c1a4b81e46c56457e3a433de12e11eeb3b0;hp=1ebc4f6643814ff4d673ee1471e39c1e8d9885ff;hpb=164ac518792eb0e5883c41b0a6101690c7f2e92d;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/addSite.php b/maintenance/addSite.php index 1ebc4f6643..04158aee7a 100644 --- a/maintenance/addSite.php +++ b/maintenance/addSite.php @@ -35,6 +35,7 @@ class AddSite extends Maintenance { /** * Imports the site described by the parameters (see self::__construct()) passed to this * maintenance sccript into the sites table of MediaWiki. + * @return bool */ public function execute() { $siteStore = MediaWikiServices::getInstance()->getSiteStore();