X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSetup.php;h=6670f452169a30a4a57e5aa938497608d4cccd52;hb=7049236d2804c52639abae01d266d3ecaaff480f;hp=77d2a49f542b1ef43cd350eb8a0608684b12f70e;hpb=48c3e3231e017fb1001e60fb2c49dbe78b35f0f1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index 77d2a49f54..6670f45216 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -391,7 +391,6 @@ $wgSkipSkins[] = 'apioutput'; if ( $wgLocalInterwiki ) { // Hard deprecated in 1.34. wfDeprecated( '$wgLocalInterwiki – use $wgLocalInterwikis instead', '1.23' ); - // @phan-suppress-next-line PhanUndeclaredVariableDim array_unshift( $wgLocalInterwikis, $wgLocalInterwiki ); }