X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FdoMaintenance.php;h=ad75c6b68c6212f46691f91e7d1a51ae19b6108d;hp=2ac756cbe886536b9b4d64e1cb5a836ee7a84c62;hb=827c6bfa416d9d0de8cc8e22f9f3fa36d8129d44;hpb=d0142faf253e069473888dc378979b804fb2b07e diff --git a/maintenance/doMaintenance.php b/maintenance/doMaintenance.php index 2ac756cbe8..ad75c6b68c 100644 --- a/maintenance/doMaintenance.php +++ b/maintenance/doMaintenance.php @@ -62,7 +62,7 @@ if ( !defined( 'MW_CONFIG_CALLBACK' ) && !defined( 'MW_CONFIG_FILE' ) ) { // Custom setup for Maintenance entry point if ( !defined( 'MW_SETUP_CALLBACK' ) ) { function wfMaintenanceSetup() { - // @codingStandardsIgnoreLine MediaWiki.NamingConventions.ValidGlobalName.wgPrefix + // phpcs:ignore MediaWiki.NamingConventions.ValidGlobalName.wgPrefix global $maintenance, $wgLocalisationCacheConf, $wgCacheDirectory; if ( $maintenance->getDbType() === Maintenance::DB_NONE ) { if ( $wgLocalisationCacheConf['storeClass'] === false