mediawiki/extensions/Translate: main (log #1731610)

sourcepatches

This run took 43 seconds.

From 59d59fbfab7f274eefb78e43f4e091189cb60f37 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 31 Jan 2025 04:22:25 +0000
Subject: [PATCH] build: Updating mediawiki/mediawiki-codesniffer to 46.0.0

Change-Id: I1247100aff1e2a2ca815d47851a93f5aeae3e7c6
---
 composer.json                                        | 2 +-
 src/Validation/Validators/UnicodePluralValidator.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 507c08b..ff0118e 100644
--- a/composer.json
+++ b/composer.json
@@ -55,7 +55,7 @@
 		"mustangostang/spyc": "^0.6.3"
 	},
 	"require-dev": {
-		"mediawiki/mediawiki-codesniffer": "45.0.0",
+		"mediawiki/mediawiki-codesniffer": "46.0.0",
 		"mediawiki/mediawiki-phan-config": "0.15.1",
 		"mediawiki/minus-x": "1.1.3",
 		"php-parallel-lint/php-console-highlighter": "1.0.0",
diff --git a/src/Validation/Validators/UnicodePluralValidator.php b/src/Validation/Validators/UnicodePluralValidator.php
index f99b0ef..e8d8e0f 100644
--- a/src/Validation/Validators/UnicodePluralValidator.php
+++ b/src/Validation/Validators/UnicodePluralValidator.php
@@ -44,7 +44,7 @@ class UnicodePluralValidator implements MessageValidator {
 		} elseif ( $presence === 'ok' ) {
 			[ $msgcode, $actualKeywords ] = $this->pluralFormCheck( $translation, $expectedKeywords );
 			if ( $msgcode === 'invalid' ) {
-				$formatter = fn ( string $x ) => [ $x, '…' ];
+				$formatter = static fn ( string $x ) => [ $x, '…' ];
 				$expectedExample = UnicodePlural::flattenList(
 					array_map( $formatter, $expectedKeywords ?? UnicodePlural::KEYWORDS )
 				);
-- 
2.39.2

$ date
--- stdout ---
Fri Jan 31 04:21:45 UTC 2025

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-Translate.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 ---
bd70b04a2d2c590651f0586d5addb5051c9dde7d 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": 445,
      "optional": 0,
      "peer": 1,
      "peerOptional": 0,
      "total": 445
    }
  }
}

--- 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: 41 installs, 0 updates, 0 removals
  - Locking composer/installers (v2.3.0)
  - Locking composer/pcre (3.3.2)
  - Locking composer/semver (3.4.3)
  - Locking composer/spdx-licenses (1.5.8)
  - Locking composer/xdebug-handler (3.0.5)
  - Locking dealerdirect/phpcodesniffer-composer-installer (v1.0.0)
  - Locking doctrine/deprecations (1.1.4)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v45.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.15.1)
  - Locking mediawiki/minus-x (1.1.3)
  - Locking mediawiki/phan-taint-check-plugin (6.1.0)
  - Locking microsoft/tolerant-php-parser (v0.1.2)
  - Locking mustangostang/spyc (0.6.3)
  - Locking netresearch/jsonmapper (v4.5.0)
  - Locking phan/phan (5.4.5)
  - 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.1)
  - Locking phpdocumentor/type-resolver (1.10.0)
  - Locking phpstan/phpdoc-parser (1.33.0)
  - Locking psr/container (2.0.2)
  - Locking psr/log (3.0.2)
  - Locking sabre/event (5.1.7)
  - Locking slevomat/coding-standard (8.15.0)
  - Locking squizlabs/php_codesniffer (3.10.3)
  - Locking symfony/console (v7.2.1)
  - Locking symfony/deprecation-contracts (v3.5.1)
  - Locking symfony/polyfill-ctype (v1.31.0)
  - Locking symfony/polyfill-intl-grapheme (v1.31.0)
  - Locking symfony/polyfill-intl-normalizer (v1.31.0)
  - Locking symfony/polyfill-mbstring (v1.31.0)
  - Locking symfony/polyfill-php80 (v1.31.0)
  - Locking symfony/service-contracts (v3.5.1)
  - Locking symfony/string (v7.2.0)
  - 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: 41 installs, 0 updates, 0 removals
  - Downloading mustangostang/spyc (0.6.3)
 0/1 [>---------------------------]   0%
 1/1 [============================] 100%
  - Installing composer/installers (v2.3.0): Extracting archive
  - Installing squizlabs/php_codesniffer (3.10.3): Extracting archive
  - Installing dealerdirect/phpcodesniffer-composer-installer (v1.0.0): Extracting archive
  - Installing composer/pcre (3.3.2): Extracting archive
  - Installing symfony/polyfill-php80 (v1.31.0): Extracting archive
  - Installing phpcsstandards/phpcsutils (1.0.12): Extracting archive
  - Installing phpcsstandards/phpcsextra (1.2.1): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.31.0): Extracting archive
  - Installing composer/spdx-licenses (1.5.8): Extracting archive
  - Installing composer/semver (3.4.3): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v45.0.0): Extracting archive
  - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.31.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.31.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.31.0): Extracting archive
  - Installing symfony/string (v7.2.0): Extracting archive
  - Installing symfony/deprecation-contracts (v3.5.1): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.5.1): Extracting archive
  - Installing symfony/console (v7.2.1): 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 (1.33.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.4): Extracting archive
  - Installing phpdocumentor/type-resolver (1.10.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.6.1): 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.4.5): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (6.1.0): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.15.1): Extracting archive
  - Installing mediawiki/minus-x (1.1.3): Extracting archive
  - Installing mustangostang/spyc (0.6.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
  - Installing slevomat/coding-standard (8.15.0): Extracting archive
  0/38 [>---------------------------]   0%
 21/38 [===============>------------]  55%
 36/38 [==========================>-]  94%
 38/38 [============================] 100%
4 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
18 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,../../slevomat/coding-standard

--- end ---
Upgrading c:mediawiki/mediawiki-codesniffer from 45.0.0 -> 46.0.0
$ /usr/bin/composer update
--- stderr ---
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 2 updates, 0 removals
  - Upgrading mediawiki/mediawiki-codesniffer (v45.0.0 => v46.0.0)
  - Upgrading squizlabs/php_codesniffer (3.10.3 => 3.11.3)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 2 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Upgrading squizlabs/php_codesniffer (3.10.3 => 3.11.3): Extracting archive
  - Upgrading mediawiki/mediawiki-codesniffer (v45.0.0 => v46.0.0): Extracting archive
 0/2 [>---------------------------]   0%
 1/2 [==============>-------------]  50%
 2/2 [============================] 100%
Generating autoload files
18 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,../../slevomat/coding-standard

--- end ---
Previously failing phpcs rules: {'MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic', 'MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment', 'MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected', 'MediaWiki.Commenting.FunctionComment.WrongStyle', 'MediaWiki.Commenting.PropertyDocumentation.WrongStyle', 'Generic.Files.OneObjectStructurePerFile.MultipleFound'}
$ vendor/bin/phpcs --report=json
--- stdout ---
{"totals":{"errors":225,"warnings":164,"fixable":1},"files":{"\/src\/repo\/src\/Validation\/Validators\/NotEmptyValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/UnsupportedTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/RemoveRedundantMessageGroupMetadataMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ParallelExecutor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/ReplacementValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/GettextNewlineValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiParameterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/MediaWikiInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionPresentationModel.php":{"errors":5,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":17,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":21,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":34,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":49,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":55,"column":12}]},"\/src\/repo\/src\/TranslatorInterface\/NewTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/FileBasedMessageGroupFactory.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":83,"column":12}]},"\/src\/repo\/src\/PageTranslation\/Section.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ConfigHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationVariable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/NumericalParameterInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMessageGroupFactory.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":47,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":73,"column":12}]},"\/src\/repo\/src\/PageTranslation\/ImpossiblePageMove.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/QueryAggregator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/QueryAggregatorAware.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/SupportAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/SmartFormatPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/PurgeMessageBundleDependenciesJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/GroupReviewActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/GroupsAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/InsertableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionNotificationJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PageDeleteLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/JsSelectToInput.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NewlineValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/InsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/PremadeIntuitionTextdomains.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/EventMessageGroupStateChangeHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationIssue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationEntitySearchActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/MetaYamlSchemaExtender.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageMoveOperation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/GetSpecialTranslateOptionsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/Yaml.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageStateStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarkException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/UnicodePluralValidator.php":{"errors":0,"warnings":1,"messages":[{"message":"Use static closure","source":"MediaWiki.Usage.StaticClosure.StaticClosure","severity":5,"fixable":true,"type":"WARNING","line":47,"column":30}]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleLuaLibrary.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/IniFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryMessageGroupSubscriptionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/HtmlTagInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsTableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/EventTranslationReviewHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SystemUsers\/TranslateUserManager.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":16,"column":19},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":20,"column":19}]},"\/src\/repo\/src\/Validation\/Validators\/NumericalParameterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ParserOutput.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/EditSummariesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/refresh-translation-progress-stats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/CDBMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/PrintfValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleTranslationLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/HashMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/HTMLJsSelectToInputField.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/DeleteEqualTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/BraceBalanceValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationIssues.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/SmartFormatPlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/HookDefinedMessageGroupFactory.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":56,"column":12}]},"\/src\/repo\/src\/Validation\/MessageValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TTMServerAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/MessageDefinitionAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/MessageTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ParsingPlaceholderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatorActivityQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/InsertableRubyVariableValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiPageNameValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatablePageStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/UpdateTranslatablePageJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/BraceBalanceValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ClearGroupSyncCacheMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/StringMangler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiParameterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiTimeListValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/EscapeCharacterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FuzzyLikeThis.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ServiceCreationFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupCache.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":111,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":121,"column":21}]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/CurrentTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/HookRunnerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NewlineValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/data\/validation-exclusion-list.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageSettings.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/WritableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryTranslationStatsActionApi.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":46,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":78,"column":15}]},"\/src\/repo\/tests\/phpunit\/Validation\/ValidationRunnerTest.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":83,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":123,"column":18}]},"\/src\/repo\/src\/MessageGroupProcessing\/RevTagStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/Message.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateExt.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/IosVariableValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/EscapeCharacterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/generateRandomSandboxData.php":{"errors":2,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":72,"column":1},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":98,"column":1}]},"\/src\/repo\/src\/WebService\/TranslationWebService.php":{"errors":1,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":268,"column":12}]},"\/src\/repo\/src\/MessageGroupProcessing\/CachedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/LegacyTranslationAids.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/DtdFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ManageMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/QueryAggregatorAwareTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/EventMessageMembershipChangeHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PrepareTranslatablePageSpecialPage.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":24,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":28,"column":12}]},"\/src\/repo\/src\/Validation\/Validators\/InsertableRegexValidator.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":23,"column":12}]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupMessageGroupFactory.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":59,"column":12}]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/PrintfValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/RebuildMessageIndexJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/AndroidXmlFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationHelperException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupConfiguration\/FileBasedMessageGroupFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupReviewStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleContent.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":29,"column":12}]},"\/src\/repo\/src\/WebService\/TranslationWebServiceException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAidDataProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/config.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PostInitGroupsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/QueryMessageGroupsActionApiTest.php":{"errors":0,"warnings":5,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":28,"column":55},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":29,"column":50},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":33,"column":62},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":34,"column":57},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":123,"column":63}]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/DuplicateAggregateGroupException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/messagegroups\/SubsetMessageGroupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/UnicodePlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/CompleteExternalTranslationMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsBase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnit.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/BaseValidatorTestCase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/DocumentationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/GettextNewlineValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/InsertablesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Validation\/Validators\/MediaWikiPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ProcessAPIMessageGroupsPropertiesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateEditAddons.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Synchronization\/MessageWebImporterTest.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":22,"column":32}]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleDependencyPurger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NotEmptyValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTranslationHookHandler.php":{"errors":3,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":44,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":55,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":68,"column":12}]},"\/src\/repo\/src\/WebService\/CxserverWebService.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":64,"column":15}]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitStoreFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/IniFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MatchSetValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/SimpleFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MatchSetValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TestingParsingPlaceholderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageBundleTranslation\/MessageBundleContentTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/IosVariableValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/refresh-translatable-pages.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/cleanupTranslationProgressStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/RegexInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/syncTranslatableBundleStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImportTitleFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/__bootstrap.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/InsertableRubyVariableValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/GettextPlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/PythonInterpolationValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMetadata.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WikiPageMessageGroup.php":{"errors":4,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":43,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":130,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":161,"column":55},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":190,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":194,"column":12}]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/InsertableRegexValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/MessageGroupConfigurationParser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/exportTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/MediaWikiInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageLoading\/MessageCollectionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/UnicodePluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/ScribuntoHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/messagegroups\/MessageGroupLoaderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/StringMatcher.php":{"errors":0,"warnings":3,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":61,"column":32},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":62,"column":32},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":63,"column":32}]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/GettextDocumentationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateInterfacePreferences.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslatorSandboxActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/DtdFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/test-mt.php":{"errors":2,"warnings":7,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":32,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":33,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":39,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":40,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":46,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":47,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":53,"column":18},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":71,"column":20},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":75,"column":20}]},"\/src\/repo\/src\/Diagnostics\/FuzzyTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/translator-stats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/export.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/exportTtmServerDump.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessagePrefixMessageGroup.php":{"errors":6,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":20,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":24,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":28,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":32,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":37,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":41,"column":12}]},"\/src\/repo\/src\/MessageGroupProcessing\/ModifyMessageGroupStatesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/YandexWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/createMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/GettextPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/PrefillTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageGroupProcessing\/TranslatableBundleStatusStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/utils\/MessageSourceChangeTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/ReplacementValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageLoading\/QueryMessageCollectionActionApiTest.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":28,"column":55},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":29,"column":50},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":33,"column":62},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":34,"column":57}]},"\/src\/repo\/src\/MessageGroupProcessing\/ImportTranslationsFromCsv.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/characterEditStats.php":{"errors":0,"warnings":6,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":34,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":35,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":40,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":41,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":46,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":47,"column":18}]},"\/src\/repo\/scripts\/queryGroupSyncCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroupOld.php":{"errors":10,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":96,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":100,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":104,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":115,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":119,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":139,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":190,"column":19},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":243,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":247,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":278,"column":22}]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/UpdatedDefinitionAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/UrlInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/TranslateReplaceTitle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashStorage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageView.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importExternalTranslations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/moveTranslatablePage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationsSpecialPage.php":{"errors":3,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":47,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":51,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":55,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":132,"column":49}]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/PythonInterpolationValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiLinkValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FileFormatFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExportTranslationsSpecialPage.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":359,"column":15}]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/CheckTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/plural-comparison.php":{"errors":3,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":69,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":113,"column":19},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":117,"column":15}]},"\/src\/repo\/scripts\/deleteEqualTranslations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/moveTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiPageNameValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiTimeListValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/JsonFormat.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":25,"column":53},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":39,"column":55}]},"\/src\/repo\/src\/WebService\/MicrosoftWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndex.php":{"errors":1,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":138,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":436,"column":23}]},"\/src\/repo\/src\/MessageLoading\/MessageIndexException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/CaighdeanWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceInvalidInputException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/HtmlTagInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WorkflowStatesMessageGroup.php":{"errors":5,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":25,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":28,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":32,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":39,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":46,"column":12}]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/GettextFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/translator-stats-process.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":32,"column":15}]},"\/src\/repo\/src\/TranslatorInterface\/CleanChangesFilters.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/TranslatablePageMarkerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/languageeditstats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/BeforeAddModulesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/InOtherLanguagesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageHandle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/GettextPluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/MintCxserverWebService.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":16,"column":32},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":17,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":18,"column":33},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":19,"column":31}]},"\/src\/repo\/src\/LogNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationQueryResponse.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryManageMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/SubpageListBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/UrlInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/createCheckIndex.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":38,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":39,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":45,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":46,"column":19}]},"\/src\/repo\/src\/MessageGroupProcessing\/PageMoveLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockFileBasedMessageGroup.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":12,"column":12}]},"\/src\/repo\/messagegroups\/SubsetMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupAssociationFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAidsActionApi.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":149,"column":15}]},"\/src\/repo\/scripts\/populateFuzzy.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/updateTranslatorActivity.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupsSpecialPage.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":48,"column":12}]},"\/src\/repo\/scripts\/TranslateStatsOutput.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":22,"column":12}]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/SmartFormatPluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ManageGroupSynchronizationCacheActionApi.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":116,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":134,"column":12}]},"\/src\/repo\/tests\/phpunit\/TtmServer\/TtmServerMessageUpdateJobTest.php":{"errors":2,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":216,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":248,"column":1}]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MockEventCreator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/clearGroupSyncCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MarkForTranslationActionApi.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":164,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":172,"column":15}]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/ParsingPlaceholderFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/CombinedInsertablesSuggesterTest.php":{"errors":2,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":74,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":80,"column":1}]},"\/src\/repo\/src\/Cache\/PersistentDatabaseCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/LanguageStatsSpecialPage.php":{"errors":3,"warnings":2,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":87,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":91,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":95,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":267,"column":54},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":280,"column":42}]},"\/src\/repo\/src\/FileFormatSupport\/AppleFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/ApertiumCxserverWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockMessageCollectionForExport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/ParserOutputTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/Insertable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupSubscriptionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidatorFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/CombinedInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/RecentAdditionsMessageGroup.php":{"errors":4,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":20,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":24,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":31,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":38,"column":15}]},"\/src\/repo\/tests\/phpunit\/unit\/TtmServer\/TtmServerFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupBaseTest.php":{"errors":4,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":215,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":221,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":227,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":237,"column":1}]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslationFuzzyUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ManageMessageGroupSubscriptionsSpecialPage.php":{"errors":1,"warnings":2,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":239,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":302,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":338,"column":58}]},"\/src\/repo\/src\/MessageProcessing\/ArrayFlattener.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/expand-groupspec.php":{"errors":0,"warnings":3,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":28,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":29,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":35,"column":18}]},"\/src\/repo\/src\/PageTranslation\/DeleteTranslatableBundleSpecialPage.php":{"errors":2,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a class property comment","source":"MediaWiki.Commenting.PropertyDocumentation.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":28,"column":20},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":72,"column":12}]},"\/src\/repo\/src\/Cache\/PersistentCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/SyncTranslatableBundleStatusMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/InsertableFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/UserPromotedHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AppleFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/LogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/YamlFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/GroupSynchronizationResponse.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":57,"column":19}]},"\/src\/repo\/tests\/phpunit\/ServicesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/RemoteTTMServerWebService.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":24,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":29,"column":20}]},"\/src\/repo\/tests\/phpunit\/mocks\/MockWikiMessageGroup.php":{"errors":5,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":16,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":22,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":26,"column":12},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":37,"column":1},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":38,"column":12}]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/WikiPageMessageGroupTest.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":24,"column":59},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":25,"column":54}]},"\/src\/repo\/src\/WebService\/ApertiumWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/SandboxMessageGroup.php":{"errors":6,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":39,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":43,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":47,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":52,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":57,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":86,"column":35},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":136,"column":12}]},"\/src\/repo\/tests\/phpunit\/mocks\/MockCacheMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/MachineTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryLanguageStatsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/NumericalParameterInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupReviewStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageLoading\/MessageIndexTest.php":{"errors":4,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":207,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":217,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":227,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":237,"column":1}]},"\/src\/repo\/src\/Cache\/PersistentCacheEntry.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":25,"column":12}]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Synchronization\/GroupSynchronizationCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslateAnnotationStripperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupStatesUpdaterJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImportException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockValidators.php":{"errors":1,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":25,"column":1}]},"\/src\/repo\/tests\/phpunit\/mocks\/MockCustomInsertableSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/Aid\/TranslationAidDataProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/PremadeMediaWikiExtensionGroups.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/UpdateMessageBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Synchronization\/MessageUpdateParameterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/LanguagesMultiselectWidget.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":24,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":28,"column":12}]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AmdFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/AmdFormat.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":61,"column":55}]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslationUnitIssueTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationResult.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/RegexInsertablesSuggester.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":101,"column":15}]},"\/src\/repo\/src\/Statistics\/ActiveLanguagesSpecialPage.php":{"errors":5,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":77,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":81,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":85,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":362,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":382,"column":15}]},"\/src\/repo\/src\/Utilities\/PHPVariableLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessagePrefixStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImporter.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":162,"column":12}]},"\/src\/repo\/src\/Diagnostics\/FindDeletedTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchTranslationsSpecialPage.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":67,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":649,"column":15}]},"\/src\/repo\/tests\/phpunit\/data\/Example-result.i18n.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":54,"column":34}]},"\/src\/repo\/src\/WebService\/TranslationQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceConfigurationException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MediaWikiExtensionMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/UnicodePluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/loaders\/MessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/BaseMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/data\/Example.i18n.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatableBundleDeleter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/SectionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ImportExternalTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/loaders\/WorkflowStatesMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/loaders\/CachedMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/QueryManageMessageGroupsActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/Utilities.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ParsingFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStats.php":{"errors":0,"warnings":7,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":40,"column":29},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":41,"column":34},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":42,"column":29},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":43,"column":33},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":602,"column":50},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":646,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":669,"column":38}]},"\/src\/repo\/messagegroups\/AggregateMessageGroup.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":89,"column":15}]},"\/src\/repo\/src\/FileFormatSupport\/FileFormatSupport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/DeleteTranslatableBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/SmartFormatPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/SupportedLanguagesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/GettextPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/StringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiLinkValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ReviewPerLanguageStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/ManageTranslatorSandboxSpecialPage.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":55,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":59,"column":12}]},"\/src\/repo\/src\/TranslatorSandbox\/UserNotSandboxedException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslationTransverUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupStates.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/PageTranslationTaggingTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryMessageGroupStatsActionApi.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":80,"column":32}]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/ReviewTranslationActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WikiMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NumericalParameterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashWriter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/MessageWebImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupStatesUpdaterJobTest.php":{"errors":3,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":202,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":211,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":217,"column":1}]},"\/src\/repo\/src\/TtmServer\/SearchTranslationsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslateRegistrationStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AndroidXmlFormatTest.php":{"errors":1,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":143,"column":1}]},"\/src\/repo\/src\/MessageGroupProcessing\/ImportTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Synchronization\/UpdateMessageJobTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/RefreshTranslationProgressStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageProcessing\/ArrayFlattenerTest.php":{"errors":1,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":172,"column":19}]},"\/src\/repo\/src\/PageTranslation\/PageTitleRenamer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/LanguageEditStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/EditDistanceStringComparator.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":20,"column":12}]},"\/src\/repo\/src\/WebService\/GoogleTranslateWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/QueryMessageCollectionActionApi.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":161,"column":11}]},"\/src\/repo\/src\/TtmServer\/RemoteTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/Hooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/SimpleStringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FlatPhpFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/FatMessage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MoveTranslatableBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ExportTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/PageTranslationParserTest.php":{"errors":1,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":71,"column":13}]},"\/src\/repo\/src\/TtmServer\/ElasticSearchTtmServer.php":{"errors":3,"warnings":1,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":231,"column":12},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":496,"column":13},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":701,"column":66},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":713,"column":13}]},"\/src\/repo\/scripts\/poimport.php":{"errors":6,"warnings":6,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":39,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":40,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":45,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":46,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":51,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":52,"column":19},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":100,"column":1},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":114,"column":12},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":119,"column":15},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":229,"column":1},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":256,"column":12},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":261,"column":15}]},"\/src\/repo\/scripts\/findUnsynchronizedDefinitions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ServiceWiring.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitReader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageProcessing\/CsvTranslationImporterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MoveTranslatableBundleSpecialPage.php":{"errors":3,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a class property comment","source":"MediaWiki.Commenting.PropertyDocumentation.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":37,"column":20},{"message":"You must use \"\/**\" style comments for a class property comment","source":"MediaWiki.Commenting.PropertyDocumentation.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":50,"column":20},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":52,"column":12}]},"\/src\/repo\/src\/Services.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateSpecialPage.php":{"errors":1,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":62,"column":15},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":243,"column":49}]},"\/src\/repo\/src\/MessageProcessing\/MessageGroupMetadata.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":40,"column":60}]},"\/src\/repo\/src\/PageTranslation\/InvalidPageTitleRename.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/JsonFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/TranslatablePageIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/CleanupTranslationProgressStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/AggregateGroupMessageGroupFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MigrateTranslatablePageSpecialPage.php":{"errors":3,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":20,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":24,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":28,"column":12}]},"\/src\/repo\/src\/TtmServer\/FakeWritableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStatusStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleContentHandler.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":21,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":34,"column":12}]},"\/src\/repo\/src\/Statistics\/TranslatorActivity.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/ManageMessageGroupsActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/migrate-schema2.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/backport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageDefinitions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorSandbox\/TranslateSandboxTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FindUnsynchronizedDefinitionsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandler.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":853,"column":12}]},"\/src\/repo\/src\/MessageBundleTranslation\/MalformedBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/EntitySearchTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CachedMessageGroupFactoryLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/CrossLanguageTranslationSearchQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Jobs\/GenericTranslateJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorSandbox\/TranslationStashStorageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/ThinMessage.php":{"errors":2,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":50,"column":12},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":59,"column":12}]},"\/src\/repo\/src\/TtmServer\/TtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/JavaFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscription.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/ttmserver-export.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":76,"column":12}]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/TranslatableBundleImportTitleFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandboxEmailJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/RebuildMessageGroupStatsJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageProcessing\/StringMatcherTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupLanguageMismatchException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/HookDocTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageGroupConfiguration\/MediaWikiExtensionsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SchemaHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/spyc.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/yaml-tests.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":64,"column":19},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":88,"column":19}]},"\/src\/repo\/scripts\/groupStatistics.php":{"errors":0,"warnings":59,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":59,"column":39},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":152,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":153,"column":27},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":154,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":155,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":156,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":157,"column":28},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":158,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":159,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":160,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":161,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":162,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":163,"column":26},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":164,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":165,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":166,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":167,"column":28},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":168,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":169,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":170,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":171,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":172,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":173,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":174,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":175,"column":26},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":176,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":177,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":178,"column":30},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":179,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":180,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":181,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":182,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":183,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":184,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":185,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":186,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":187,"column":31},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":188,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":189,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":190,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":191,"column":29},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":192,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":193,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":194,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":195,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":205,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":206,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":212,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":213,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":218,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":219,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":228,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":229,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":234,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":235,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":259,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":260,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":275,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":276,"column":18}]},"\/src\/repo\/messagegroups\/FileBasedMessageGroup.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":86,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":132,"column":12}]},"\/src\/repo\/scripts\/completeExternalTranslation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importTranslationsFromCsv.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/fuzzy.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupNotFoundException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExternalMessageSourceStateImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ExclusionInclusionListTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Statistics\/TranslatorActivityTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/languagedetector.php":{"errors":2,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":37,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":45,"column":10}]},"\/src\/repo\/src\/FileFormatSupport\/JavaFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerMessageUpdateJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslationUnitTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleExporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/HooksTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/metayaml.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":12,"column":12}]},"\/src\/repo\/.phan\/stubs\/namespaces.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageParser.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":63,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":176,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":180,"column":52},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":181,"column":50}]},"\/src\/repo\/src\/MessageGroupProcessing\/InitGroupLoadersHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandboxHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ReadableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashReader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeReadableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/fallbacks-graph.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":78,"column":15}]},"\/src\/repo\/scripts\/export-rename-language.php":{"errors":0,"warnings":8,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":30,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":31,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":36,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":37,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":43,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":44,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":49,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":50,"column":18}]},"\/src\/repo\/tests\/phpunit\/HookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Statistics\/MessageGroupStatsTest.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":32,"column":63},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":33,"column":58}]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/StashedTranslation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/MessageGroupTestConfig.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/FileFormatSupport\/FileFormatFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TtmServer\/FakeTtmServerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/UpdateTranslatorActivityJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleState.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/EntitySearch.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatePerLanguageStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/MessageGroupTestTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsInterface.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/UpdateTranslatorActivityMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/StatisticsUnavailable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/TranslatablePageTestTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookRunner.php":{"errors":13,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":63,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":67,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":71,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":75,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":79,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":83,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":87,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":97,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":101,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":105,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":114,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":118,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":122,"column":12}]},"\/src\/repo\/src\/PageTranslation\/PageTranslationSpecialPage.php":{"errors":1,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":113,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":314,"column":26}]},"\/src\/repo\/src\/TtmServer\/ExportTtmServerDumpMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextFormat.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":318,"column":18}]},"\/src\/repo\/src\/MessageSync\/MessageSourceChange.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":116,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":357,"column":15}]},"\/src\/repo\/src\/MessageLoading\/MessageCollection.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashSpecialPage.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":59,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":63,"column":12}]},"\/src\/repo\/src\/TtmServer\/DatabaseTtmServer.php":{"errors":1,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":231,"column":12}]},"\/src\/repo\/src\/TtmServer\/TtmServerException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextPluralException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SystemUsers\/FuzzyBot.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/BackportTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroupBase.php":{"errors":16,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":57,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":61,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":65,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":69,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":73,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":77,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":81,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":85,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":91,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":97,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":104,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":128,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":192,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":206,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":240,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":280,"column":15}]},"\/src\/repo\/tests\/phpunit\/Cache\/PersistentDatabaseCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/ReviewTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/DatabaseMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/MarkForTranslationActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/QueryMessageTranslationsActionApi.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":25,"column":12}]},"\/src\/repo\/tests\/phpunit\/Utilities\/UtilitiesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CsvTranslationImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndexStore.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":14,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":38,"column":15}]},"\/src\/repo\/src\/PageTranslation\/RenderTranslationPageJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/RecentMessageGroup.php":{"errors":7,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":41,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":45,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":49,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":56,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":63,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":102,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":148,"column":12}]},"\/src\/repo\/tests\/phpunit\/Utilities\/YamlTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/LegacyInterfaceHookHandler.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":55,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":73,"column":12}]},"\/src\/repo\/src\/MessageLoading\/SerializedMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatableBundleMover.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/InvalidFilterException.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":9,"column":12}]},"\/src\/repo\/src\/Statistics\/TranslationStatsGraphOptions.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":58,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":62,"column":12}]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarkOperation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/TranslationPageTest.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":50,"column":19}]},"\/src\/repo\/src\/RecentChangesTranslationFilterHookHandler.php":{"errors":1,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":43,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":84,"column":41}]},"\/src\/repo\/src\/FileFormatSupport\/GettextParseException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextFormatHeaderFieldsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/StatsTable.php":{"errors":1,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":76,"column":12}]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/PageTitleRenamerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandbox.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/DisplayGroupSynchronizationInfo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/i18n\/Translate.alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/UpdateMessageJob.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":264,"column":23}]},"\/src\/repo\/i18n\/Translate.i18n.magic.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/remove-redundant-message-group-metadata.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/find-deleted-translations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MoveTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitIssue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateAnnotationStripper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExportTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsSpecialPage.php":{"errors":4,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":71,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":75,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":79,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":83,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":336,"column":42}]},"\/src\/repo\/src\/Synchronization\/MessageUpdateParameter.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":67,"column":19}]},"\/src\/repo\/src\/Statistics\/TranslationStatsDataProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ManageGroupsSpecialPage.php":{"errors":3,"warnings":2,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":100,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":104,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":108,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":178,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":614,"column":27}]},"\/src\/repo\/src\/PageTranslation\/PageMoveCollection.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryStatsActionApi.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":35,"column":12}]},"\/src\/repo\/src\/Statistics\/ProgressStatsTableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroups.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":47,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":360,"column":28}]},"\/src\/repo\/src\/Synchronization\/ImportTranslationsSpecialPage.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":37,"column":15}]},"\/src\/repo\/src\/Statistics\/TranslationStatsSpecialPage.php":{"errors":6,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":166,"column":13},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":177,"column":13},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":202,"column":13},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":213,"column":13},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":224,"column":13},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":235,"column":13}]},"\/src\/repo\/src\/PageTranslation\/Hooks.php":{"errors":0,"warnings":5,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":583,"column":37},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1002,"column":81},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1149,"column":69},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1150,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1151,"column":23}]},"\/src\/repo\/src\/Synchronization\/ExternalMessageSourceStateComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/GroupSynchronizationCache.php":{"errors":1,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":460,"column":13}]},"\/src\/repo\/src\/Synchronization\/MessageChangeStorage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/QueryGroupSyncCacheMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]}}}

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

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

Time: 6.26 secs; Memory: 8MB



--- end ---
$ vendor/bin/phpcs --report=json
--- stdout ---
{"totals":{"errors":225,"warnings":163,"fixable":0},"files":{"\/src\/repo\/src\/TranslatorInterface\/Aid\/UnsupportedTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/NewTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NotEmptyValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ParallelExecutor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/RemoveRedundantMessageGroupMetadataMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/Section.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionPresentationModel.php":{"errors":5,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":17,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":21,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":34,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":49,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":55,"column":12}]},"\/src\/repo\/src\/Validation\/Validators\/ReplacementValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/QueryAggregator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/QueryAggregatorAware.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/GettextNewlineValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/MediaWikiInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiParameterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMessageGroupFactory.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":47,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":73,"column":12}]},"\/src\/repo\/src\/Utilities\/ConfigHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/PurgeMessageBundleDependenciesJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/FileBasedMessageGroupFactory.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":83,"column":12}]},"\/src\/repo\/src\/MessageGroupProcessing\/PageDeleteLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/NumericalParameterInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ImpossiblePageMove.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/JsSelectToInput.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationVariable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/SupportAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/GroupsAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationEntitySearchActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/GroupReviewActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/GetSpecialTranslateOptionsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/SmartFormatPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleLuaLibrary.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionNotificationJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/EventTranslationReviewHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/PremadeIntuitionTextdomains.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/InsertableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NewlineValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsTableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/refresh-translation-progress-stats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageStateStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/InsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SystemUsers\/TranslateUserManager.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":16,"column":19},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":20,"column":19}]},"\/src\/repo\/src\/MessageGroupConfiguration\/MetaYamlSchemaExtender.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/EventMessageGroupStateChangeHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/Yaml.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarkException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageMoveOperation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/HTMLJsSelectToInputField.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleTranslationLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/IniFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/UnicodePluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/CDBMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/HtmlTagInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationIssue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/HashMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ParserOutput.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/DeleteEqualTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/EditSummariesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/StringMangler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NumericalParameterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/SmartFormatPlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/BraceBalanceValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/MessageTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/PrintfValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatorActivityQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ParsingPlaceholderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/InsertableRubyVariableValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationIssues.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ClearGroupSyncCacheMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatablePageStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FuzzyLikeThis.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ServiceCreationFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/HookDefinedMessageGroupFactory.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":56,"column":12}]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiParameterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiPageNameValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/BraceBalanceValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/data\/validation-exclusion-list.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/HookRunnerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/MessageValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/WritableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryMessageGroupSubscriptionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NewlineValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/RevTagStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TTMServerAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/MessageDefinitionAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/UpdateTranslatablePageJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/DtdFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryTranslationStatsActionApi.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":46,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":78,"column":15}]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupCache.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":111,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":121,"column":21}]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiTimeListValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/IosVariableValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/generateRandomSandboxData.php":{"errors":2,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":72,"column":1},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":98,"column":1}]},"\/src\/repo\/src\/Validation\/Validators\/EscapeCharacterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/Message.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/config.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleContent.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":29,"column":12}]},"\/src\/repo\/src\/WebService\/TranslationWebServiceException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CachedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateExt.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupConfiguration\/FileBasedMessageGroupFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/CurrentTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebService.php":{"errors":1,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":268,"column":12}]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/EscapeCharacterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageSettings.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/CompleteExternalTranslationMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/PrintfValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ManageMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/EventMessageMembershipChangeHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/UnicodePlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsBase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Synchronization\/MessageWebImporterTest.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":22,"column":32}]},"\/src\/repo\/src\/TranslatorInterface\/LegacyTranslationAids.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupReviewStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupMessageGroupFactory.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":59,"column":12}]},"\/src\/repo\/src\/PageTranslation\/PrepareTranslatablePageSpecialPage.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":24,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":28,"column":12}]},"\/src\/repo\/src\/MessageGroupProcessing\/DuplicateAggregateGroupException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/messagegroups\/SubsetMessageGroupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationHelperException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAidDataProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/InsertableRegexValidator.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":23,"column":12}]},"\/src\/repo\/src\/TranslatorInterface\/TranslateEditAddons.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/IniFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/AndroidXmlFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/GettextNewlineValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/QueryMessageGroupsActionApiTest.php":{"errors":0,"warnings":5,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":28,"column":55},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":29,"column":50},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":33,"column":62},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":34,"column":57},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":123,"column":63}]},"\/src\/repo\/scripts\/refresh-translatable-pages.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/cleanupTranslationProgressStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/syncTranslatableBundleStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PostInitGroupsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/RebuildMessageIndexJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/BaseValidatorTestCase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/QueryAggregatorAwareTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ProcessAPIMessageGroupsPropertiesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/__bootstrap.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/exportTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/InsertablesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageLoading\/MessageCollectionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/RegexInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageBundleTranslation\/MessageBundleContentTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/StringMatcher.php":{"errors":0,"warnings":3,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":61,"column":32},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":62,"column":32},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":63,"column":32}]},"\/src\/repo\/scripts\/test-mt.php":{"errors":2,"warnings":7,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":32,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":33,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":39,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":40,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":46,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":47,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":53,"column":18},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":71,"column":20},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":75,"column":20}]},"\/src\/repo\/src\/FileFormatSupport\/SimpleFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/translator-stats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/export.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/exportTtmServerDump.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MatchSetValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NotEmptyValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/DocumentationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/createMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WikiPageMessageGroup.php":{"errors":4,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":43,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":130,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":161,"column":55},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":190,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":194,"column":12}]},"\/src\/repo\/src\/PageTranslation\/TranslationUnit.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/CxserverWebService.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":64,"column":15}]},"\/src\/repo\/src\/TranslatorSandbox\/TranslatorSandboxActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/GettextPlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/YandexWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImportTitleFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateInterfacePreferences.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Validation\/ValidationRunnerTest.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":83,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":123,"column":18}]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/InsertableRegexValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MatchSetValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageLoading\/QueryMessageCollectionActionApiTest.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":28,"column":55},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":29,"column":50},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":33,"column":62},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":34,"column":57}]},"\/src\/repo\/src\/Validation\/Validators\/IosVariableValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/MediaWikiInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitStoreFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleDependencyPurger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/MessageGroupConfigurationParser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/characterEditStats.php":{"errors":0,"warnings":6,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":34,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":35,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":40,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":41,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":46,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":47,"column":18}]},"\/src\/repo\/scripts\/queryGroupSyncCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessagePrefixMessageGroup.php":{"errors":6,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":20,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":24,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":28,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":32,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":37,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":41,"column":12}]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/UnicodePluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/TranslateReplaceTitle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/InsertableRubyVariableValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importExternalTranslations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/moveTranslatablePage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroupOld.php":{"errors":10,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":96,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":100,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":104,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":115,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":119,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":139,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":190,"column":19},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":243,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":247,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":278,"column":22}]},"\/src\/repo\/src\/Validation\/Validators\/PythonInterpolationValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashStorage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageGroupProcessing\/TranslatableBundleStatusStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/GettextPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FuzzyTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/DtdFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMetadata.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTranslationHookHandler.php":{"errors":3,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":44,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":55,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":68,"column":12}]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationsSpecialPage.php":{"errors":3,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":47,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":51,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":55,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":132,"column":49}]},"\/src\/repo\/src\/MessageGroupProcessing\/ModifyMessageGroupStatesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/ReplacementValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/UrlInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/UpdatedDefinitionAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/GettextDocumentationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TestingParsingPlaceholderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndex.php":{"errors":1,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":138,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":436,"column":23}]},"\/src\/repo\/scripts\/plural-comparison.php":{"errors":3,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":69,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":113,"column":19},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":117,"column":15}]},"\/src\/repo\/scripts\/deleteEqualTranslations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndexException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/moveTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/ScribuntoHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/PrefillTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/CaighdeanWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/utils\/MessageSourceChangeTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/CheckTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/PythonInterpolationValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceInvalidInputException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExportTranslationsSpecialPage.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":359,"column":15}]},"\/src\/repo\/scripts\/translator-stats-process.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":32,"column":15}]},"\/src\/repo\/scripts\/languageeditstats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Validation\/Validators\/MediaWikiPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WorkflowStatesMessageGroup.php":{"errors":5,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":25,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":28,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":32,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":39,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":46,"column":12}]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiLinkValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageView.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FileFormatFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/GettextFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/JsonFormat.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":25,"column":53},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":39,"column":55}]},"\/src\/repo\/scripts\/createCheckIndex.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":38,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":39,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":45,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":46,"column":19}]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/TranslatablePageMarkerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockFileBasedMessageGroup.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":12,"column":12}]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiTimeListValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/HtmlTagInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/CleanChangesFilters.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/TranslateStatsOutput.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":22,"column":12}]},"\/src\/repo\/tests\/phpunit\/TtmServer\/TtmServerMessageUpdateJobTest.php":{"errors":2,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":216,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":248,"column":1}]},"\/src\/repo\/src\/WebService\/MintCxserverWebService.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":16,"column":32},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":17,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":18,"column":33},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":19,"column":31}]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/SubsetMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiPageNameValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/MicrosoftWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PageMoveLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/BeforeAddModulesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/GettextPluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/messagegroups\/MessageGroupLoaderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/populateFuzzy.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/updateTranslatorActivity.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockMessageCollectionForExport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/clearGroupSyncCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/UrlInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/SmartFormatPluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationQueryResponse.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/SubpageListBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/ParsingPlaceholderFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidatorFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ManageGroupSynchronizationCacheActionApi.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":116,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":134,"column":12}]},"\/src\/repo\/messagegroups\/RecentAdditionsMessageGroup.php":{"errors":4,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":20,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":24,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":31,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":38,"column":15}]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/CombinedInsertablesSuggesterTest.php":{"errors":2,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":74,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":80,"column":1}]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAidsActionApi.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":149,"column":15}]},"\/src\/repo\/src\/LogNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/InOtherLanguagesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/LanguageStatsSpecialPage.php":{"errors":3,"warnings":2,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":87,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":91,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":95,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":267,"column":54},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":280,"column":42}]},"\/src\/repo\/tests\/phpunit\/TranslationFuzzyUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentDatabaseCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/UserPromotedHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/expand-groupspec.php":{"errors":0,"warnings":3,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":28,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":29,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":35,"column":18}]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/Insertable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockWikiMessageGroup.php":{"errors":5,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":16,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":22,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":26,"column":12},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":37,"column":1},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":38,"column":12}]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AppleFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/ApertiumCxserverWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupSubscriptionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockCacheMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ServicesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageLoading\/MessageIndexTest.php":{"errors":4,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":207,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":217,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":227,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":237,"column":1}]},"\/src\/repo\/src\/WebService\/ApertiumWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/CombinedInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupsSpecialPage.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":48,"column":12}]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/InsertableFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/SandboxMessageGroup.php":{"errors":6,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":39,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":43,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":47,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":52,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":57,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":86,"column":35},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":136,"column":12}]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/ParserOutputTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MockEventCreator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/GroupSynchronizationResponse.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":57,"column":19}]},"\/src\/repo\/tests\/phpunit\/mocks\/MockValidators.php":{"errors":1,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":25,"column":1}]},"\/src\/repo\/tests\/phpunit\/Synchronization\/GroupSynchronizationCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockCustomInsertableSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/ArrayFlattener.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageHandle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/SyncTranslatableBundleStatusMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupReviewStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/LogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/data\/Example-result.i18n.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":54,"column":34}]},"\/src\/repo\/messagegroups\/MessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/NumericalParameterInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/YamlFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ImportTranslationsFromCsv.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MarkForTranslationActionApi.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":164,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":172,"column":15}]},"\/src\/repo\/src\/Statistics\/QueryLanguageStatsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TtmServer\/TtmServerFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AmdFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/DeleteTranslatableBundleSpecialPage.php":{"errors":2,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a class property comment","source":"MediaWiki.Commenting.PropertyDocumentation.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":28,"column":20},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":72,"column":12}]},"\/src\/repo\/src\/PageTranslation\/ManageMessageGroupSubscriptionsSpecialPage.php":{"errors":1,"warnings":2,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":239,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":302,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":338,"column":58}]},"\/src\/repo\/src\/WebService\/RemoteTTMServerWebService.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":24,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":29,"column":20}]},"\/src\/repo\/tests\/phpunit\/data\/Example.i18n.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupStatesUpdaterJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/MachineTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/PremadeMediaWikiExtensionGroups.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationResult.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentCacheEntry.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":25,"column":12}]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImportException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MediaWikiExtensionMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslateAnnotationStripperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/AppleFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/loaders\/MessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/UnicodePluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImporter.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":162,"column":12}]},"\/src\/repo\/tests\/phpunit\/TranslationTransverUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/LanguagesMultiselectWidget.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":24,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":28,"column":12}]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/RegexInsertablesSuggester.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":101,"column":15}]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessagePrefixStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/loaders\/WorkflowStatesMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/loaders\/CachedMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/ManageTranslatorSandboxSpecialPage.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":55,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":59,"column":12}]},"\/src\/repo\/src\/Diagnostics\/FindDeletedTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/PHPVariableLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/QueryManageMessageGroupsActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ActiveLanguagesSpecialPage.php":{"errors":5,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":77,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":81,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":85,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":362,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":382,"column":15}]},"\/src\/repo\/src\/TranslatorSandbox\/UserNotSandboxedException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/PageTranslationTaggingTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslationUnitIssueTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashWriter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/BaseMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/Utilities.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/SmartFormatPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchTranslationsSpecialPage.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":67,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":649,"column":15}]},"\/src\/repo\/src\/WebService\/TranslationWebServiceConfigurationException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStats.php":{"errors":0,"warnings":7,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":40,"column":29},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":41,"column":34},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":42,"column":29},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":43,"column":33},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":602,"column":50},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":646,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":669,"column":38}]},"\/src\/repo\/src\/Synchronization\/ImportExternalTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/SupportedLanguagesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/AggregateMessageGroup.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":89,"column":15}]},"\/src\/repo\/src\/Validation\/Validators\/GettextPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/UpdateMessageBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/DeleteTranslatableBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/StringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiLinkValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Synchronization\/MessageUpdateParameterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupBaseTest.php":{"errors":4,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":215,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":221,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":227,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":237,"column":1}]},"\/src\/repo\/messagegroups\/WikiMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryManageMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Synchronization\/UpdateMessageJobTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/SectionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupStates.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatableBundleDeleter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AndroidXmlFormatTest.php":{"errors":1,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":143,"column":1}]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NumericalParameterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupAssociationFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/poimport.php":{"errors":6,"warnings":6,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":39,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":40,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":45,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":46,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":51,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":52,"column":19},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":100,"column":1},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":114,"column":12},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":119,"column":15},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":229,"column":1},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":256,"column":12},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":261,"column":15}]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ReviewPerLanguageStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/findUnsynchronizedDefinitions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/WikiPageMessageGroupTest.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":24,"column":59},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":25,"column":54}]},"\/src\/repo\/tests\/phpunit\/tag\/PageTranslationParserTest.php":{"errors":1,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":71,"column":13}]},"\/src\/repo\/src\/Statistics\/QueryMessageGroupStatsActionApi.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":80,"column":32}]},"\/src\/repo\/src\/FileFormatSupport\/AmdFormat.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":61,"column":55}]},"\/src\/repo\/src\/PageTranslation\/ParsingFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/LanguageEditStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslateRegistrationStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/EditDistanceStringComparator.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":20,"column":12}]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupStatesUpdaterJobTest.php":{"errors":3,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":202,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":211,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":217,"column":1}]},"\/src\/repo\/tests\/phpunit\/tag\/TranslatablePageIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageProcessing\/CsvTranslationImporterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/Hooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/Aid\/TranslationAidDataProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorSandbox\/TranslateSandboxTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/RefreshTranslationProgressStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchTranslationsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/migrate-schema2.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/backport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/SimpleStringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MoveTranslatableBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ElasticSearchTtmServer.php":{"errors":3,"warnings":1,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":231,"column":12},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":496,"column":13},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":701,"column":66},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":713,"column":13}]},"\/src\/repo\/src\/MessageGroupProcessing\/ImportTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateSpecialPage.php":{"errors":1,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":62,"column":15},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":243,"column":49}]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/JsonFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/GoogleTranslateWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/RemoteTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ExportTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FileFormatSupport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorSandbox\/TranslationStashStorageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/MessageWebImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/CleanupTranslationProgressStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTitleRenamer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeWritableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleContentHandler.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":21,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":34,"column":12}]},"\/src\/repo\/src\/MessageProcessing\/MessageGroupMetadata.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":40,"column":60}]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/ManageMessageGroupsActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandler.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":853,"column":12}]},"\/src\/repo\/src\/Services.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/AggregateGroupMessageGroupFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatorActivity.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageProcessing\/ArrayFlattenerTest.php":{"errors":1,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":172,"column":19}]},"\/src\/repo\/scripts\/yaml-tests.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":64,"column":19},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":88,"column":19}]},"\/src\/repo\/src\/MessageBundleTranslation\/MalformedBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStatusStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitReader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/JavaFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/completeExternalTranslation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FindUnsynchronizedDefinitionsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ExclusionInclusionListTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/ReviewTranslationActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CachedMessageGroupFactoryLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MoveTranslatableBundleSpecialPage.php":{"errors":3,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a class property comment","source":"MediaWiki.Commenting.PropertyDocumentation.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":37,"column":20},{"message":"You must use \"\/**\" style comments for a class property comment","source":"MediaWiki.Commenting.PropertyDocumentation.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":50,"column":20},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":52,"column":12}]},"\/src\/repo\/tests\/phpunit\/MessageProcessing\/StringMatcherTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/QueryMessageCollectionActionApi.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":161,"column":11}]},"\/src\/repo\/src\/TtmServer\/CrossLanguageTranslationSearchQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/spyc.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/InvalidPageTitleRename.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MigrateTranslatablePageSpecialPage.php":{"errors":3,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":20,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":24,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":28,"column":12}]},"\/src\/repo\/src\/FileFormatSupport\/FlatPhpFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Statistics\/TranslatorActivityTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SchemaHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/TranslatableBundleImportTitleFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/groupStatistics.php":{"errors":0,"warnings":59,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":59,"column":39},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":152,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":153,"column":27},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":154,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":155,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":156,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":157,"column":28},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":158,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":159,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":160,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":161,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":162,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":163,"column":26},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":164,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":165,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":166,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":167,"column":28},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":168,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":169,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":170,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":171,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":172,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":173,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":174,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":175,"column":26},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":176,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":177,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":178,"column":30},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":179,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":180,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":181,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":182,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":183,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":184,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":185,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":186,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":187,"column":31},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":188,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":189,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":190,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":191,"column":29},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":192,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":193,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":194,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":195,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":205,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":206,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":212,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":213,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":218,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":219,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":228,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":229,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":234,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":235,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":259,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":260,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":275,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":276,"column":18}]},"\/src\/repo\/scripts\/importTranslationsFromCsv.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscription.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/ttmserver-export.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":76,"column":12}]},"\/src\/repo\/src\/MessageLoading\/FatMessage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/fuzzy.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/languagedetector.php":{"errors":2,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":37,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":45,"column":10}]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupNotFoundException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupLanguageMismatchException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/FileBasedMessageGroup.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":86,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":132,"column":12}]},"\/src\/repo\/src\/ServiceWiring.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/RebuildMessageGroupStatsJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/HookDocTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/metayaml.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":12,"column":12}]},"\/src\/repo\/.phan\/stubs\/namespaces.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/HookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExternalMessageSourceStateImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageDefinitions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/MessageGroupTestConfig.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Statistics\/MessageGroupStatsTest.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":32,"column":63},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":33,"column":58}]},"\/src\/repo\/scripts\/fallbacks-graph.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":78,"column":15}]},"\/src\/repo\/src\/Jobs\/GenericTranslateJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TtmServer\/FakeTtmServerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/ThinMessage.php":{"errors":2,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":50,"column":12},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":59,"column":12}]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/MessageGroupTestTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/EntitySearchTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandboxEmailJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleExporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerMessageUpdateJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslationUnitTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/export-rename-language.php":{"errors":0,"warnings":8,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":30,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":31,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":36,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":37,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":43,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":44,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":49,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":50,"column":18}]},"\/src\/repo\/src\/MessageGroupProcessing\/InitGroupLoadersHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageParser.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":63,"column":24},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":176,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":180,"column":52},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":181,"column":50}]},"\/src\/repo\/src\/TtmServer\/ReadableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/TranslatablePageTestTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/UpdateTranslatorActivityJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageGroupConfiguration\/MediaWikiExtensionsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeReadableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/EntitySearch.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/HooksTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleState.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatePerLanguageStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsInterface.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/JavaFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/FileFormatSupport\/FileFormatFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/StatisticsUnavailable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/UpdateTranslatorActivityMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandboxHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageSync\/MessageSourceChange.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":116,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":357,"column":15}]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashReader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageCollection.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/DatabaseTtmServer.php":{"errors":1,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":231,"column":12}]},"\/src\/repo\/src\/TtmServer\/TtmServerException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/StashedTranslation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SystemUsers\/FuzzyBot.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/ReviewTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/BackportTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextFormat.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":318,"column":18}]},"\/src\/repo\/tests\/phpunit\/Cache\/PersistentDatabaseCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ExportTtmServerDumpMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/DatabaseMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextPluralException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookRunner.php":{"errors":13,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":63,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":67,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":71,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":75,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":79,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":83,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":87,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":97,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":101,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":105,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":114,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":118,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":122,"column":12}]},"\/src\/repo\/src\/TranslatorInterface\/LegacyInterfaceHookHandler.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":55,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":73,"column":12}]},"\/src\/repo\/tests\/phpunit\/Utilities\/UtilitiesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CsvTranslationImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroupBase.php":{"errors":16,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":57,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":61,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":65,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":69,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":73,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":77,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":81,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":85,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":91,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":97,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":104,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":128,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":192,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":206,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":240,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":280,"column":15}]},"\/src\/repo\/tests\/phpunit\/Utilities\/YamlTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTranslationSpecialPage.php":{"errors":1,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":113,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":314,"column":26}]},"\/src\/repo\/src\/TtmServer\/TtmServerActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/QueryMessageTranslationsActionApi.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":25,"column":12}]},"\/src\/repo\/src\/TtmServer\/SearchableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/MarkForTranslationActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndexStore.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":14,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":38,"column":15}]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashSpecialPage.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":59,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":63,"column":12}]},"\/src\/repo\/src\/Statistics\/TranslationStatsGraphOptions.php":{"errors":2,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":58,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":62,"column":12}]},"\/src\/repo\/src\/MessageLoading\/SerializedMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/InvalidFilterException.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":9,"column":12}]},"\/src\/repo\/src\/Synchronization\/DisplayGroupSynchronizationInfo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatableBundleMover.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/StatsTable.php":{"errors":1,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":76,"column":12}]},"\/src\/repo\/messagegroups\/RecentMessageGroup.php":{"errors":7,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":41,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":45,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":49,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":56,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":63,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":102,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":148,"column":12}]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/TranslationPageTest.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":50,"column":19}]},"\/src\/repo\/src\/RecentChangesTranslationFilterHookHandler.php":{"errors":1,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":43,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":84,"column":41}]},"\/src\/repo\/src\/FileFormatSupport\/GettextParseException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarkOperation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/i18n\/Translate.alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/i18n\/Translate.i18n.magic.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/remove-redundant-message-group-metadata.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/find-deleted-translations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextFormatHeaderFieldsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/PageTitleRenamerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/UpdateMessageJob.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":264,"column":23}]},"\/src\/repo\/src\/PageTranslation\/RenderTranslationPageJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandbox.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsDataProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExportTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsSpecialPage.php":{"errors":4,"warnings":1,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":71,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":75,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":79,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":83,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":336,"column":42}]},"\/src\/repo\/src\/PageTranslation\/MoveTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroups.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":47,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":360,"column":28}]},"\/src\/repo\/src\/Statistics\/QueryStatsActionApi.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":35,"column":12}]},"\/src\/repo\/src\/Synchronization\/MessageUpdateParameter.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":67,"column":19}]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitIssue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateAnnotationStripper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ProgressStatsTableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageMoveCollection.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ManageGroupsSpecialPage.php":{"errors":3,"warnings":2,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":100,"column":15},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":104,"column":12},{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationPublic","severity":5,"fixable":false,"type":"ERROR","line":108,"column":12},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":178,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":614,"column":27}]},"\/src\/repo\/src\/Statistics\/TranslationStatsSpecialPage.php":{"errors":6,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":166,"column":13},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":177,"column":13},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":202,"column":13},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":213,"column":13},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":224,"column":13},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":235,"column":13}]},"\/src\/repo\/src\/Synchronization\/ImportTranslationsSpecialPage.php":{"errors":1,"warnings":0,"messages":[{"message":"Missing function doc comment","source":"MediaWiki.Commenting.FunctionComment.MissingDocumentationProtected","severity":5,"fixable":false,"type":"ERROR","line":37,"column":15}]},"\/src\/repo\/src\/PageTranslation\/Hooks.php":{"errors":0,"warnings":5,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":583,"column":37},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1002,"column":81},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1149,"column":69},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1150,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1151,"column":23}]},"\/src\/repo\/src\/Synchronization\/ExternalMessageSourceStateComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/GroupSynchronizationCache.php":{"errors":1,"warnings":0,"messages":[{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":460,"column":13}]},"\/src\/repo\/src\/Synchronization\/MessageChangeStorage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/QueryGroupSyncCacheMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]}}}

--- end ---
$ git checkout .phpcs.xml
--- stderr ---
Updated 1 path 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
18 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 --no-progress
> phpcs -p -s --cache
> minus-x check .
--- stdout ---
PHP 8.2.20 | 10 parallel jobs
Checked 552 files in 2.1 seconds
No syntax error found
............................................................ 60 / 62 (97%)
..                                                           62 / 62 (100%)


Time: 546ms; Memory: 32MB

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": 445,
      "optional": 0,
      "peer": 1,
      "peerOptional": 0,
      "total": 445
    }
  }
}

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

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

$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmpgl28o2b8
--- stdout ---
[master 59d59fb] build: Updating mediawiki/mediawiki-codesniffer to 46.0.0
 2 files changed, 2 insertions(+), 2 deletions(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 59d59fbfab7f274eefb78e43f4e091189cb60f37 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 31 Jan 2025 04:22:25 +0000
Subject: [PATCH] build: Updating mediawiki/mediawiki-codesniffer to 46.0.0

Change-Id: I1247100aff1e2a2ca815d47851a93f5aeae3e7c6
---
 composer.json                                        | 2 +-
 src/Validation/Validators/UnicodePluralValidator.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 507c08b..ff0118e 100644
--- a/composer.json
+++ b/composer.json
@@ -55,7 +55,7 @@
 		"mustangostang/spyc": "^0.6.3"
 	},
 	"require-dev": {
-		"mediawiki/mediawiki-codesniffer": "45.0.0",
+		"mediawiki/mediawiki-codesniffer": "46.0.0",
 		"mediawiki/mediawiki-phan-config": "0.15.1",
 		"mediawiki/minus-x": "1.1.3",
 		"php-parallel-lint/php-console-highlighter": "1.0.0",
diff --git a/src/Validation/Validators/UnicodePluralValidator.php b/src/Validation/Validators/UnicodePluralValidator.php
index f99b0ef..e8d8e0f 100644
--- a/src/Validation/Validators/UnicodePluralValidator.php
+++ b/src/Validation/Validators/UnicodePluralValidator.php
@@ -44,7 +44,7 @@ class UnicodePluralValidator implements MessageValidator {
 		} elseif ( $presence === 'ok' ) {
 			[ $msgcode, $actualKeywords ] = $this->pluralFormCheck( $translation, $expectedKeywords );
 			if ( $msgcode === 'invalid' ) {
-				$formatter = fn ( string $x ) => [ $x, '…' ];
+				$formatter = static fn ( string $x ) => [ $x, '…' ];
 				$expectedExample = UnicodePlural::flattenList(
 					array_map( $formatter, $expectedKeywords ?? UnicodePlural::KEYWORDS )
 				);
-- 
2.39.2


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