mediawiki/extensions/CentralAuth: main (log #2093784)

sourcepatches

This run took 35 seconds.

From b5c7ccf6069bef0ee5b39d2b887f404b063eb70e Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 8 Sep 2025 00:59:42 +0000
Subject: [PATCH] build: Updating mediawiki/mediawiki-codesniffer to 48.0.0

The following sniffs are failing and were disabled:
* MediaWiki.Commenting.ClassAnnotations.UnrecognizedAnnotation

Change-Id: Ie2a944e80916efe6f18ad197676e6a1e6ed185b7
---
 .phpcs.xml                     | 4 +++-
 composer.json                  | 2 +-
 includes/SharedDomainUtils.php | 1 -
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.phpcs.xml b/.phpcs.xml
index 6c663db..03774d4 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ruleset>
-	<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki" />
+	<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
+		<exclude name="MediaWiki.Commenting.ClassAnnotations.UnrecognizedAnnotation" />
+	</rule>
 	<rule ref="Generic.Files.LineLength">
 		<exclude-pattern>CentralAuth\.*alias\.php</exclude-pattern>
 		<exclude-pattern>*/tests/*</exclude-pattern>
diff --git a/composer.json b/composer.json
index fb7f2bd..4284a94 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
 	"require-dev": {
-		"mediawiki/mediawiki-codesniffer": "47.0.0",
+		"mediawiki/mediawiki-codesniffer": "48.0.0",
 		"mediawiki/mediawiki-phan-config": "0.17.0",
 		"mediawiki/minus-x": "1.1.3",
 		"php-parallel-lint/php-console-highlighter": "1.0.0",
diff --git a/includes/SharedDomainUtils.php b/includes/SharedDomainUtils.php
index 23279c5..ede2b2b 100644
--- a/includes/SharedDomainUtils.php
+++ b/includes/SharedDomainUtils.php
@@ -104,7 +104,6 @@ class SharedDomainUtils {
 	 * Whether the wiki supports SUL3 at all. This does not necessarily mean SUL3 is enabled on
 	 * the wiki, but at a minimum, when this function returns true, it can be enabled for a given
 	 * request by using the usesul3=1 URL parameter.
-	 *
 	 */
 	public function canSul3BeEnabled(): bool {
 		return (bool)$this->config->get( CAMainConfigNames::CentralAuthSharedDomainCallback );
-- 
2.39.5

$ date
--- stdout ---
Mon Sep  8 00:59:16 UTC 2025

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-CentralAuth.git repo --depth=1 -b master
--- stderr ---
Cloning into 'repo'...
--- stdout ---

--- end ---
$ git config user.name libraryupgrader
--- stdout ---

--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---

--- end ---
$ git submodule update --init
--- stdout ---

--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.

--- end ---
$ git show-ref refs/heads/master
--- stdout ---
49c0d70bbc0803b88c9e9b039e5278bd4ac377f2 refs/heads/master

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {},
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 0,
      "critical": 0,
      "total": 0
    },
    "dependencies": {
      "prod": 1,
      "dev": 456,
      "optional": 4,
      "peer": 5,
      "peerOptional": 0,
      "total": 456
    }
  }
}

--- end ---
$ /usr/bin/composer install
--- stderr ---
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 38 installs, 0 updates, 0 removals
  - Locking composer/pcre (3.3.2)
  - Locking composer/semver (3.4.3)
  - Locking composer/spdx-licenses (1.5.9)
  - Locking composer/xdebug-handler (3.0.5)
  - Locking dealerdirect/phpcodesniffer-composer-installer (v1.1.2)
  - Locking doctrine/deprecations (1.1.5)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v47.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.17.0)
  - Locking mediawiki/minus-x (1.1.3)
  - Locking mediawiki/phan-taint-check-plugin (7.0.0)
  - Locking microsoft/tolerant-php-parser (v0.1.2)
  - Locking netresearch/jsonmapper (v4.5.0)
  - Locking phan/phan (5.5.1)
  - Locking php-parallel-lint/php-console-color (v1.0.1)
  - Locking php-parallel-lint/php-console-highlighter (v1.0.0)
  - Locking php-parallel-lint/php-parallel-lint (v1.4.0)
  - Locking phpcsstandards/phpcsextra (1.2.1)
  - Locking phpcsstandards/phpcsutils (1.0.12)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.6.3)
  - Locking phpdocumentor/type-resolver (1.10.0)
  - Locking phpstan/phpdoc-parser (2.3.0)
  - Locking psr/container (2.0.2)
  - Locking psr/log (3.0.2)
  - Locking sabre/event (5.1.7)
  - Locking squizlabs/php_codesniffer (3.12.2)
  - Locking symfony/console (v7.3.3)
  - Locking symfony/deprecation-contracts (v3.6.0)
  - Locking symfony/polyfill-ctype (v1.33.0)
  - Locking symfony/polyfill-intl-grapheme (v1.33.0)
  - Locking symfony/polyfill-intl-normalizer (v1.33.0)
  - Locking symfony/polyfill-mbstring (v1.33.0)
  - Locking symfony/polyfill-php80 (v1.33.0)
  - Locking symfony/service-contracts (v3.6.0)
  - Locking symfony/string (v7.3.3)
  - Locking tysonandre/var_representation_polyfill (0.1.3)
  - Locking webmozart/assert (1.11.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 38 installs, 0 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Installing squizlabs/php_codesniffer (3.12.2): Extracting archive
  - Installing dealerdirect/phpcodesniffer-composer-installer (v1.1.2): Extracting archive
  - Installing composer/pcre (3.3.2): Extracting archive
  - Installing symfony/polyfill-php80 (v1.33.0): Extracting archive
  - Installing phpcsstandards/phpcsutils (1.0.12): Extracting archive
  - Installing phpcsstandards/phpcsextra (1.2.1): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.33.0): Extracting archive
  - Installing composer/spdx-licenses (1.5.9): Extracting archive
  - Installing composer/semver (3.4.3): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v47.0.0): Extracting archive
  - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.33.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.33.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.33.0): Extracting archive
  - Installing symfony/string (v7.3.3): Extracting archive
  - Installing symfony/deprecation-contracts (v3.6.0): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.6.0): Extracting archive
  - Installing symfony/console (v7.3.3): Extracting archive
  - Installing sabre/event (5.1.7): Extracting archive
  - Installing netresearch/jsonmapper (v4.5.0): Extracting archive
  - Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing phpstan/phpdoc-parser (2.3.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.5): Extracting archive
  - Installing phpdocumentor/type-resolver (1.10.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.6.3): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing psr/log (3.0.2): Extracting archive
  - Installing composer/xdebug-handler (3.0.5): Extracting archive
  - Installing phan/phan (5.5.1): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (7.0.0): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.17.0): Extracting archive
  - Installing mediawiki/minus-x (1.1.3): Extracting archive
  - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
  - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.4.0): Extracting archive
  0/36 [>---------------------------]   0%
 20/36 [===============>------------]  55%
 35/36 [===========================>]  97%
 36/36 [============================] 100%
1 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
17 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils

--- end ---
Upgrading c:mediawiki/mediawiki-codesniffer from 47.0.0 -> 48.0.0
$ /usr/bin/composer update
--- stderr ---
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 5 updates, 0 removals
  - Upgrading composer/semver (3.4.3 => 3.4.4)
  - Upgrading mediawiki/mediawiki-codesniffer (v47.0.0 => v48.0.0)
  - Upgrading phpcsstandards/phpcsextra (1.2.1 => 1.4.0)
  - Upgrading phpcsstandards/phpcsutils (1.0.12 => 1.1.1)
  - Upgrading squizlabs/php_codesniffer (3.12.2 => 3.13.2)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 5 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Upgrading squizlabs/php_codesniffer (3.12.2 => 3.13.2): Extracting archive
  - Upgrading phpcsstandards/phpcsutils (1.0.12 => 1.1.1): Extracting archive
  - Upgrading phpcsstandards/phpcsextra (1.2.1 => 1.4.0): Extracting archive
  - Upgrading composer/semver (3.4.3 => 3.4.4): Extracting archive
  - Upgrading mediawiki/mediawiki-codesniffer (v47.0.0 => v48.0.0): Extracting archive
 0/5 [>---------------------------]   0%
 4/5 [======================>-----]  80%
 5/5 [============================] 100%
Generating autoload files
17 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
--- stdout ---
PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils

--- end ---
$ vendor/bin/phpcs --report=json
--- stdout ---
{"totals":{"errors":3,"warnings":1,"fixable":1},"files":{"\/src\/repo\/maintenance\/getCentralAuthDBInfo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/purgeExpiredGlobalRights.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthReturnRequest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/FixRenamedUserGlobalEditCount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LocalUserNotFoundException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/PermissionChangeLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/GroupRenameLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/GlobalDeleteLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/expireTemporaryAccounts.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/migrateGuSalt.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/populateLocalAndGlobalIds.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiCentralAuthToken.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/sendForceRenameNotification.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/PermissionsHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/createLocalAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthLoginRedirectDataHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/SecurePollHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthSilentLoginRedirectHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiSetGlobalAccountStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthAutomaticGlobalGroupManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/BlockHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthHookRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Widget\/GlobalUserInputWidget.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/ApiHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthPostLoginRedirectHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/migrateHiddenLevel.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/deleteEmptyAccounts.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/ContentSecurityPolicyHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Widget\/HTMLGlobalUserTextField.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/FilteredRequestTracker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/attachAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthInfoFieldsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthIsUIReloadRecommendedHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/AbuseFilterHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthTokenManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthGlobalUserGroupMembershipChangedHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/resetGlobalUserTokens.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Config\/CAMainConfigNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthSessionManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/LogHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/renameUsersMatchingPattern.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/WikiSetLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/ScramblePassword.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/MigrateInitialAccountsTask.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthWikiListService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/PageDisplayHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/ChangeStatusLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/UserLogoutHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthTemporaryPasswordPrimaryAuthenticationProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameUserLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/SpecialContributionsHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/populateListOfUsersToRename.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/UnitTestsHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/GlobalUserMergeLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/migratePass1.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralDomainUtils.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/populateHomeDB.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/fixStuckGlobalRename.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/forceRenameUsers.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/ScrambledPassword.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/RedirectingLoginHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthWikiListHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/HookRunnerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameUserValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/UserEditCountUpdateHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiQueryWikiSets.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthRedirectingPrimaryAuthenticationProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/GroupMembershipChangeLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/addToGlobalGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/UserCreationHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiGlobalUserRights.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/RCFeed\/JSONCARCFeedFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthUIService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/SpecialGlobalGroupPermissionsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthForcedLocalCreationService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/ForceCreateLocalUserLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/RCFeed\/CARCFeedFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/UsersToRename\/UsersToRenameDatabaseUpdates.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameDenylist.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/batchCAAntiSpoof.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/MWCA.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/populateGlobalRenameLogSearch.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/CentralAuth.notranslate-alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/LogFormatter\/GroupMembershipChangeLogFormatterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/PasswordPoliciesHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/RCFeed\/IRCColourfulCARCFeedFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/GlobalRenameHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/GlobalUsersPager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/updateUsersToRename.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/session\/CentralAuthTokenSessionProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiDeleteGlobalAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthEditCounter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralAuthPrimaryAuthenticationProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralAuthExtensionJsonTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthApiTokenGenerator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/UserGroupsHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/batchVanishUsers.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/LockUser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/ServiceWiring.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthRedirectingAuthenticationRequest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/LocalRenameJob\/LocalRenameUserJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthEditCounterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/GlobalUserSelectQueryBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/SharedDomainUtils.php":{"errors":0,"warnings":1,"messages":[{"message":"Doc comments must not end with multiple empty lines","source":"MediaWiki.Commenting.FunctionComment.EmptyLinesEnd","severity":5,"fixable":true,"type":"WARNING","line":108,"column":6}]},"\/src\/repo\/includes\/Hooks\/Handlers\/SpecialPageInitHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/FixRenameUserLocalLogs.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/RenameQueueTablePager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/SpecialPageBeforeExecuteHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/NoServicesHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/session\/CentralAuthApiSessionProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthUnattachUserJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/session\/CentralAuthHeaderSessionProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameRequestStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthUserCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthUserArrayFromResult.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthUtilityService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/WikiSet.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Hooks\/Handlers\/UserGroupsHookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalRenameUser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/populateGlobalEditCount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthAntiSpoofManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthReadOnlyError.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/LoginCompleteHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/migratePass0.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameUserDatabaseUpdates.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiQueryGlobalAllUsers.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiQueryGlobalGroups.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Hooks\/Handlers\/BlockHookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthApiSessionProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/AutopromoteConditionHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthUserStatusLookupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/backfillLocalAccounts.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthGlobalRegistrationProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralAuthDatabaseManagerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameUser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/GlobalRenameJob\/GlobalVanishJobTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/GlobalUserSelectQueryBuilderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthSecondaryAuthenticationProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthTestUser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/sendConfirmAndMigrateEmail.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiQueryGlobalRenameStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiCreateLocalAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/maintenance\/BackfillLocalAccountsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/CentralAuthGlobalRegistrationProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthHeaderSessionProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/LocalRenameJob\/LocalRenameJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/wrapOldPasswordHashes.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralAuthAutomaticGlobalGroupManagerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthServices.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Hooks\/Handlers\/SpecialPageBeforeExecuteHookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/deleteLocalPasswords.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/maintenance\/SendConfirmAndMigrateEmailTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralAuthSchemaTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/GlobalGroup\/GlobalGroupLookupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthIdLookup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/migrateAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthDatabaseManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Api\/ApiGlobalUserRightsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/CentralAuthUserCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/User\/GlobalUserSelectQueryBuilderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthSessionProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthServiceWiringTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthIdLookupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/GlobalRenameRequest\/GlobalRenameRequestStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameJob\/GlobalVanishJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthHooksUsingDatabaseTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/CentralAuthWikiListServiceTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameUserStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthHooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/maintenance\/CentralAuthExpireTemporaryAccountsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthTempUserSerialProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/GlobalGroup\/GlobalGroupIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Hooks\/Handlers\/AutopromoteConditionHookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthUserStatusLookupService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/checkLocalUser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/GlobalRenameDenylistTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/checkLocalNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiQueryGlobalUserInfo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/LocalRenameJob\/LocalPageMoveJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/User\/CentralAuthUserStatusLookupServiceTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/LocalRenameJob\/LocalRenameUserJobTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralDomainUtilsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalGroup\/GlobalGroupLookup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthCreateLocalAccountJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/User\/CentralAuthGlobalRegistrationProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthPrimaryAuthenticationProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthTokenSessionProviderTestBase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthSuppressUserJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalVanishRequest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/SharedDomainHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/SharedDomainUtilsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthUserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/ImportHandleHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthCreateLocalTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialCentralAutoLogin.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialMergeAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/session\/CentralAuthSessionProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialCreateLocalAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthSharedDomainPreAuthenticationProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/CentralAuth.alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/config.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Special\/SpecialCentralAuthTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Special\/SpecialMergeAccountTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalGroupPermissions.php":{"errors":1,"warnings":0,"messages":[{"message":"@file is not a valid class annotation","source":"MediaWiki.Commenting.ClassAnnotations.UnrecognizedAnnotation","severity":5,"fixable":false,"type":"ERROR","line":40,"column":4}]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameRequest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalGroupMembership.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Hooks\/Handlers\/SharedDomainHookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalRenameProgress.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialCentralLogin.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Special\/SpecialGlobalGroupMembershipTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialCentralAuth.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialWikiSets.php":{"errors":1,"warnings":0,"messages":[{"message":"@file is not a valid class annotation","source":"MediaWiki.Commenting.ClassAnnotations.UnrecognizedAnnotation","severity":5,"fixable":false,"type":"ERROR","line":22,"column":4}]},"\/src\/repo\/tests\/phpunit\/CentralAuthUserUsingDatabaseTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalUsers.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralAuthApiTokenGeneratorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthUIServiceTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalRenameRequest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialMultiLock.php":{"errors":1,"warnings":0,"messages":[{"message":"@file is not a valid class annotation","source":"MediaWiki.Commenting.ClassAnnotations.UnrecognizedAnnotation","severity":5,"fixable":false,"type":"ERROR","line":22,"column":4}]},"\/src\/repo\/includes\/Special\/SpecialGlobalRenameQueue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthUser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthSpoofUser.php":{"errors":0,"warnings":0,"messages":[]}}}

--- end ---
PHPCS run failed
$ vendor/bin/phpcbf
--- stdout ---

PHPCBF RESULT SUMMARY
----------------------------------------------------------------------
FILE                                                  FIXED  REMAINING
----------------------------------------------------------------------
/src/repo/includes/SharedDomainUtils.php              1      0
----------------------------------------------------------------------
A TOTAL OF 1 ERROR WERE FIXED IN 1 FILE
----------------------------------------------------------------------

Time: 3.61 secs; Memory: 8MB



--- end ---
$ vendor/bin/phpcs --report=json
--- stdout ---
{"totals":{"errors":3,"warnings":0,"fixable":0},"files":{"\/src\/repo\/maintenance\/getCentralAuthDBInfo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthReturnRequest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LocalUserNotFoundException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/PermissionChangeLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/GroupRenameLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/GlobalDeleteLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/purgeExpiredGlobalRights.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthLoginRedirectDataHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthHookRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/PermissionsHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiCentralAuthToken.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthSilentLoginRedirectHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/FixRenamedUserGlobalEditCount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/SecurePollHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/expireTemporaryAccounts.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/ApiHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Widget\/GlobalUserInputWidget.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthPostLoginRedirectHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/ContentSecurityPolicyHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/migrateGuSalt.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Widget\/HTMLGlobalUserTextField.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/BlockHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthIsUIReloadRecommendedHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthInfoFieldsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/sendForceRenameNotification.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/populateLocalAndGlobalIds.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/FilteredRequestTracker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthGlobalUserGroupMembershipChangedHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthTokenManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/createLocalAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthWikiListService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiSetGlobalAccountStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthAutomaticGlobalGroupManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/WikiSetLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/deleteEmptyAccounts.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/PageDisplayHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/LogHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/migrateHiddenLevel.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/resetGlobalUserTokens.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthSessionManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/SpecialContributionsHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/attachAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/AbuseFilterHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/GlobalUserMergeLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/MigrateInitialAccountsTask.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/ChangeStatusLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/renameUsersMatchingPattern.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiGlobalUserRights.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/UserLogoutHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Config\/CAMainConfigNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/UnitTestsHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/UserCreationHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiQueryWikiSets.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralDomainUtils.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameUserLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/UserEditCountUpdateHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/ScramblePassword.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/HookRunnerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/migratePass1.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/ScrambledPassword.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/GroupMembershipChangeLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/RedirectingLoginHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/session\/CentralAuthTokenSessionProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/populateListOfUsersToRename.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiDeleteGlobalAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/CentralAuthWikiListHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/LogFormatter\/ForceCreateLocalUserLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/GlobalRenameHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/fixStuckGlobalRename.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameUserValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthTemporaryPasswordPrimaryAuthenticationProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/populateHomeDB.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/addToGlobalGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/UserGroupsHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/ServiceWiring.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthRedirectingAuthenticationRequest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/forceRenameUsers.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/session\/CentralAuthApiSessionProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/NoServicesHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/GlobalUserSelectQueryBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/SpecialGlobalGroupPermissionsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/WikiSet.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/PasswordPoliciesHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthReadOnlyError.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthUIService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthForcedLocalCreationService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthRedirectingPrimaryAuthenticationProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthUnattachUserJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameDenylist.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/batchCAAntiSpoof.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/populateGlobalRenameLogSearch.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/SharedDomainUtils.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthEditCounter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/updateUsersToRename.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/CentralAuth.notranslate-alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/LogFormatter\/GroupMembershipChangeLogFormatterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiQueryGlobalGroups.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/RenameQueueTablePager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralAuthPrimaryAuthenticationProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/MWCA.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/RCFeed\/JSONCARCFeedFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/UsersToRename\/UsersToRenameDatabaseUpdates.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/SpecialPageInitHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/session\/CentralAuthHeaderSessionProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/GlobalUsersPager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthEditCounterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/RCFeed\/CARCFeedFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthSecondaryAuthenticationProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/SpecialPageBeforeExecuteHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/batchVanishUsers.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralAuthExtensionJsonTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthApiTokenGenerator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/LoginCompleteHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/FixRenameUserLocalLogs.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/RCFeed\/IRCColourfulCARCFeedFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthUtilityService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/LocalRenameJob\/LocalRenameUserJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/LockUser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/migratePass0.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameRequestStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthUserArrayFromResult.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Hooks\/Handlers\/UserGroupsHookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiQueryGlobalRenameStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiQueryGlobalAllUsers.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/populateGlobalEditCount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/GlobalRenameJob\/GlobalVanishJobTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthUserCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/AutopromoteConditionHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameUserDatabaseUpdates.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/maintenance\/BackfillLocalAccountsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalRenameUser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthAntiSpoofManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralAuthDatabaseManagerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Hooks\/Handlers\/BlockHookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthApiSessionProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/backfillLocalAccounts.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiCreateLocalAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthGlobalRegistrationProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthIdLookup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthDatabaseManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthServices.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthUserStatusLookupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/sendConfirmAndMigrateEmail.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/GlobalGroup\/GlobalGroupLookupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/wrapOldPasswordHashes.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameUser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthTestUser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralAuthAutomaticGlobalGroupManagerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/GlobalUserSelectQueryBuilderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthHeaderSessionProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Api\/ApiGlobalUserRightsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthSessionProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthServiceWiringTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/CentralAuthGlobalRegistrationProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Hooks\/Handlers\/SpecialPageBeforeExecuteHookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthHooksUsingDatabaseTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/User\/GlobalUserSelectQueryBuilderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/LocalRenameJob\/LocalRenameJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthUserStatusLookupService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/deleteLocalPasswords.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/GlobalRenameRequest\/GlobalRenameRequestStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralAuthSchemaTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/GlobalGroup\/GlobalGroupIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/maintenance\/SendConfirmAndMigrateEmailTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Hooks\/Handlers\/AutopromoteConditionHookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthIdLookupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/CentralAuthUserCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthHooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameJob\/GlobalVanishJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/migrateAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthCreateLocalAccountJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthTempUserSerialProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/CentralAuthWikiListServiceTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthSuppressUserJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Api\/ApiQueryGlobalUserInfo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralDomainUtilsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/maintenance\/CentralAuthExpireTemporaryAccountsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/SharedDomainUtilsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalGroup\/GlobalGroupLookup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/LocalRenameJob\/LocalPageMoveJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/User\/CentralAuthUserStatusLookupServiceTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/GlobalRenameDenylistTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameUserStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthPrimaryAuthenticationProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/LocalRenameJob\/LocalRenameUserJobTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/checkLocalNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/checkLocalUser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalVanishRequest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/User\/CentralAuthGlobalRegistrationProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthUserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/SharedDomainHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthCreateLocalTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Hooks\/Handlers\/ImportHandleHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthTokenSessionProviderTestBase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/session\/CentralAuthSessionProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialMergeAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/CentralAuthSharedDomainPreAuthenticationProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialCreateLocalAccount.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialCentralAutoLogin.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalGroupPermissions.php":{"errors":1,"warnings":0,"messages":[{"message":"@file is not a valid class annotation","source":"MediaWiki.Commenting.ClassAnnotations.UnrecognizedAnnotation","severity":5,"fixable":false,"type":"ERROR","line":40,"column":4}]},"\/src\/repo\/tests\/phpunit\/integration\/Hooks\/Handlers\/SharedDomainHookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/CentralAuth.alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/config.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/GlobalRename\/GlobalRenameRequest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Special\/SpecialCentralAuthTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Special\/SpecialMergeAccountTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialCentralLogin.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthUserUsingDatabaseTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalGroupMembership.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/CentralAuthUIServiceTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialCentralAuth.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalUsers.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialWikiSets.php":{"errors":1,"warnings":0,"messages":[{"message":"@file is not a valid class annotation","source":"MediaWiki.Commenting.ClassAnnotations.UnrecognizedAnnotation","severity":5,"fixable":false,"type":"ERROR","line":22,"column":4}]},"\/src\/repo\/includes\/Special\/SpecialGlobalRenameProgress.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/Special\/SpecialGlobalGroupMembershipTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/CentralAuthApiTokenGeneratorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialGlobalRenameRequest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/Special\/SpecialMultiLock.php":{"errors":1,"warnings":0,"messages":[{"message":"@file is not a valid class annotation","source":"MediaWiki.Commenting.ClassAnnotations.UnrecognizedAnnotation","severity":5,"fixable":false,"type":"ERROR","line":22,"column":4}]},"\/src\/repo\/includes\/Special\/SpecialGlobalRenameQueue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthUser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/includes\/User\/CentralAuthSpoofUser.php":{"errors":0,"warnings":0,"messages":[]}}}

--- end ---
 * sniff MediaWiki.Commenting.ClassAnnotations.UnrecognizedAnnotation is now failing
$ git checkout .phpcs.xml
--- stderr ---
Updated 0 paths from the index
--- stdout ---

--- end ---
$ /usr/bin/composer install
--- stderr ---
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating autoload files
17 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---

--- end ---
$ /usr/bin/composer test
--- stderr ---
> parallel-lint . --exclude vendor --exclude node_modules
> phpcs -sp --cache
> minus-x check .
--- stdout ---
PHP 8.2.28 | 10 parallel jobs
............................................................  60/223 ( 26%)
............................................................ 120/223 ( 53%)
............................................................ 180/223 ( 80%)
...........................................                  223/223 (100%)


Checked 223 files in 0.9 seconds
No syntax error found
........................................................ 56 / 56 (100%)


Time: 393ms; Memory: 18MB

MinusX
======
Processing /src/repo...
.............................................................
.............................................................
.............................................................
.............................................................
.............................................................
.............................................................
.............................................................
.............................................................
.............................................................
.............................................................
.............................................................
.............................................................
................
All good!

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {},
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 0,
      "critical": 0,
      "total": 0
    },
    "dependencies": {
      "prod": 1,
      "dev": 456,
      "optional": 4,
      "peer": 5,
      "peerOptional": 0,
      "total": 456
    }
  }
}

--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json

--- end ---
build: Updating mediawiki/mediawiki-codesniffer to 48.0.0

The following sniffs are failing and were disabled:
* MediaWiki.Commenting.ClassAnnotations.UnrecognizedAnnotation

$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmpxxm7vicr
--- stdout ---
[master b5c7ccf] build: Updating mediawiki/mediawiki-codesniffer to 48.0.0
 3 files changed, 4 insertions(+), 3 deletions(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From b5c7ccf6069bef0ee5b39d2b887f404b063eb70e Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 8 Sep 2025 00:59:42 +0000
Subject: [PATCH] build: Updating mediawiki/mediawiki-codesniffer to 48.0.0

The following sniffs are failing and were disabled:
* MediaWiki.Commenting.ClassAnnotations.UnrecognizedAnnotation

Change-Id: Ie2a944e80916efe6f18ad197676e6a1e6ed185b7
---
 .phpcs.xml                     | 4 +++-
 composer.json                  | 2 +-
 includes/SharedDomainUtils.php | 1 -
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.phpcs.xml b/.phpcs.xml
index 6c663db..03774d4 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <ruleset>
-	<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki" />
+	<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
+		<exclude name="MediaWiki.Commenting.ClassAnnotations.UnrecognizedAnnotation" />
+	</rule>
 	<rule ref="Generic.Files.LineLength">
 		<exclude-pattern>CentralAuth\.*alias\.php</exclude-pattern>
 		<exclude-pattern>*/tests/*</exclude-pattern>
diff --git a/composer.json b/composer.json
index fb7f2bd..4284a94 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
 	"require-dev": {
-		"mediawiki/mediawiki-codesniffer": "47.0.0",
+		"mediawiki/mediawiki-codesniffer": "48.0.0",
 		"mediawiki/mediawiki-phan-config": "0.17.0",
 		"mediawiki/minus-x": "1.1.3",
 		"php-parallel-lint/php-console-highlighter": "1.0.0",
diff --git a/includes/SharedDomainUtils.php b/includes/SharedDomainUtils.php
index 23279c5..ede2b2b 100644
--- a/includes/SharedDomainUtils.php
+++ b/includes/SharedDomainUtils.php
@@ -104,7 +104,6 @@ class SharedDomainUtils {
 	 * Whether the wiki supports SUL3 at all. This does not necessarily mean SUL3 is enabled on
 	 * the wiki, but at a minimum, when this function returns true, it can be enabled for a given
 	 * request by using the usesul3=1 URL parameter.
-	 *
 	 */
 	public function canSul3BeEnabled(): bool {
 		return (bool)$this->config->get( CAMainConfigNames::CentralAuthSharedDomainCallback );
-- 
2.39.5


--- end ---
Source code is licensed under the AGPL.