X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FaddSite.php;h=04158aee7adab429433cae3bcd910657f5a8360c;hb=f739a8f368ab64d63a2f21d15caf2caa766d6fc5;hp=1ebc4f6643814ff4d673ee1471e39c1e8d9885ff;hpb=a8a5f03b3b6653136c4dc5925d6bb2b806010725;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();