X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPHPVersionCheck.php;h=c49318bb1e1214ab0e995bfc8327841e6296d45c;hb=9d00d8783e9d74343fc0ea34ab228ce70684e4e4;hp=8eda14ad99d58474ab2735741a7df1654361e3d9;hpb=97402532d48de203925a850a4afa2d8f43e3dd9f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 8eda14ad99..c49318bb1e 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -19,6 +19,7 @@ */ // phpcs:disable Generic.Arrays.DisallowLongArraySyntax,PSR2.Classes.PropertyDeclaration,MediaWiki.Usage.DirUsage +// phpcs:disable Squiz.Scope.MemberVarScope.Missing,Squiz.Scope.MethodScope.Missing /** * Check PHP Version, as well as for composer dependencies in entry points, * and display something vaguely comprehensible in the event of a totally @@ -71,7 +72,7 @@ class PHPVersionCheck { * - 'implementation': The name of the implementation used * - 'vendor': The development group, vendor or developer of the implementation. * - 'upstreamSupported': The minimum version of the implementation supported by the named vendor. - * - 'minSupported': The minimum version supported by MediWiki + * - 'minSupported': The minimum version supported by MediaWiki * - 'upgradeURL': The URL to the website of the implementation that contains * upgrade/installation instructions. */