X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FPHPVersionCheck.php;h=77c725ff99f8e3af9a5045b848e06bb9a65ddede;hp=a48d46016cb7a666f58d260c62c0f811505d10cf;hb=24ae4318b36f88f2dd43db5989074b65776e2cf8;hpb=0df357b9137ac96ebb6d59bccb99ba9c4680bf46;ds=inline diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index a48d46016c..77c725ff99 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -1,5 +1,4 @@ upgrading your copy of {$phpInfo['implementation']}. @@ -139,7 +139,7 @@ class PHPVersionCheck { See ourcompatibility page for details of which versions are compatible with prior versions of {$phpInfo['implementation']}. HTML; - // phpcs:enable + // phpcs:enable Generic.Files.LineLength $this->triggerError( "Supported {$phpInfo['implementation']} versions", $shortText, @@ -164,14 +164,14 @@ HTML; . "https://www.mediawiki.org/wiki/Download_from_Git#Fetch_external_libraries\n" . "for help on installing the required components."; - // phpcs:ignore Generic.Files.LineLength + // phpcs:disable Generic.Files.LineLength $longHtml = <<mediawiki.org for help on installing the required components. HTML; - // phpcs:enable + // phpcs:enable Generic.Files.LineLength $this->triggerError( 'External dependencies', $shortText, $longText, $longHtml ); }