This run took 69 seconds.
From ec60bef08c883c0baa33767201433d19a8a2c25c Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Thu, 8 May 2025 17:24:15 +0000 Subject: [PATCH] build: Updating dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit composer: * mediawiki/mediawiki-codesniffer: 46.0.0 → 47.0.0 The following sniffs now pass and were enabled: * MediaWiki.Commenting.PropertyDocumentation.WrongStyle npm: * @wikimedia/codex-design-tokens: 1.23.0 → 2.0.0-rc.1 Change-Id: Ief484a90db7694b58b4474a0a2f7e99008a6e1b4 --- .phpcs.xml | 1 - composer.json | 2 +- package-lock.json | 14 +++++++------- package.json | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.phpcs.xml b/.phpcs.xml index 4f4c8b1..b8f6d5d 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -3,7 +3,6 @@ <rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki"> <exclude name="Generic.Files.OneObjectStructurePerFile.MultipleFound" /> <exclude name="MediaWiki.Commenting.FunctionComment.WrongStyle" /> - <exclude name="MediaWiki.Commenting.PropertyDocumentation.WrongStyle" /> <exclude name="MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment" /> </rule> <rule ref="Generic.Files.LineLength"> diff --git a/composer.json b/composer.json index ff0118e..560a785 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ "mustangostang/spyc": "^0.6.3" }, "require-dev": { - "mediawiki/mediawiki-codesniffer": "46.0.0", + "mediawiki/mediawiki-codesniffer": "47.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/package-lock.json b/package-lock.json index 7d9952b..8a79a65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "Translate", "devDependencies": { - "@wikimedia/codex-design-tokens": "1.23.0", + "@wikimedia/codex-design-tokens": "2.0.0-rc.1", "eslint-config-wikimedia": "0.29.1", "grunt": "1.6.1", "grunt-banana-checker": "0.13.0", @@ -656,9 +656,9 @@ "dev": true }, "node_modules/@wikimedia/codex-design-tokens": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@wikimedia/codex-design-tokens/-/codex-design-tokens-1.23.0.tgz", - "integrity": "sha512-dG6dMZn3KqBFN5i+/CvTPZV3cf5JPmcIMsSpw9F81xjixF5uN6U+Ti9VEcD26FDHM3KiOsLQxmszZ5ow4qCBDQ==", + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@wikimedia/codex-design-tokens/-/codex-design-tokens-2.0.0-rc.1.tgz", + "integrity": "sha512-y9Tk+2OZjrBcwSvYEHV/lhv444X2u/TVSg+fihUiWF/qPaXxuPEHw6KWzNzc7WQrkF5ul8BvKZa8W8v4SaEyUA==", "dev": true, "engines": { "node": ">=20", @@ -5838,9 +5838,9 @@ "dev": true }, "@wikimedia/codex-design-tokens": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@wikimedia/codex-design-tokens/-/codex-design-tokens-1.23.0.tgz", - "integrity": "sha512-dG6dMZn3KqBFN5i+/CvTPZV3cf5JPmcIMsSpw9F81xjixF5uN6U+Ti9VEcD26FDHM3KiOsLQxmszZ5ow4qCBDQ==", + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@wikimedia/codex-design-tokens/-/codex-design-tokens-2.0.0-rc.1.tgz", + "integrity": "sha512-y9Tk+2OZjrBcwSvYEHV/lhv444X2u/TVSg+fihUiWF/qPaXxuPEHw6KWzNzc7WQrkF5ul8BvKZa8W8v4SaEyUA==", "dev": true }, "abbrev": { diff --git a/package.json b/package.json index 1a563fb..bb5cbbe 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "grunt test" }, "devDependencies": { - "@wikimedia/codex-design-tokens": "1.23.0", + "@wikimedia/codex-design-tokens": "2.0.0-rc.1", "eslint-config-wikimedia": "0.29.1", "grunt": "1.6.1", "grunt-banana-checker": "0.13.0", -- 2.39.5
$ date --- stdout --- Thu May 8 17:23:11 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 --- 6cf02f7aef3088b163547f0405053e560f5f6187 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.5) - Locking felixfbecker/advanced-json-rpc (v3.2.1) - Locking mediawiki/mediawiki-codesniffer (v46.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.2) - Locking phpdocumentor/type-resolver (1.10.0) - Locking phpstan/phpdoc-parser (2.1.0) - Locking psr/container (2.0.2) - Locking psr/log (3.0.2) - Locking sabre/event (5.1.7) - Locking slevomat/coding-standard (8.16.2) - Locking squizlabs/php_codesniffer (3.11.3) - Locking symfony/console (v7.2.6) - Locking symfony/deprecation-contracts (v3.5.1) - Locking symfony/polyfill-ctype (v1.32.0) - Locking symfony/polyfill-intl-grapheme (v1.32.0) - Locking symfony/polyfill-intl-normalizer (v1.32.0) - Locking symfony/polyfill-mbstring (v1.32.0) - Locking symfony/polyfill-php80 (v1.32.0) - Locking symfony/service-contracts (v3.5.1) - Locking symfony/string (v7.2.6) - 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 0 [>---------------------------] 0 [->--------------------------] - Installing composer/installers (v2.3.0): Extracting archive - Installing squizlabs/php_codesniffer (3.11.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.32.0): Extracting archive - Installing phpcsstandards/phpcsutils (1.0.12): Extracting archive - Installing phpcsstandards/phpcsextra (1.2.1): Extracting archive - Installing symfony/polyfill-mbstring (v1.32.0): Extracting archive - Installing composer/spdx-licenses (1.5.8): Extracting archive - Installing composer/semver (3.4.3): Extracting archive - Installing mediawiki/mediawiki-codesniffer (v46.0.0): Extracting archive - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive - Installing symfony/polyfill-intl-normalizer (v1.32.0): Extracting archive - Installing symfony/polyfill-intl-grapheme (v1.32.0): Extracting archive - Installing symfony/polyfill-ctype (v1.32.0): Extracting archive - Installing symfony/string (v7.2.6): 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.6): Extracting archive - Installing sabre/event (5.1.7): Extracting archive - Installing netresearch/jsonmapper (v4.5.0): Extracting archive - Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive - Installing webmozart/assert (1.11.0): Extracting archive - Installing phpstan/phpdoc-parser (2.1.0): Extracting archive - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive - Installing doctrine/deprecations (1.1.5): Extracting archive - Installing phpdocumentor/type-resolver (1.10.0): Extracting archive - Installing phpdocumentor/reflection-docblock (5.6.2): 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.16.2): Extracting archive 0/38 [>---------------------------] 0% 20/38 [==============>-------------] 52% 35/38 [=========================>--] 92% 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 n:@wikimedia/codex-design-tokens from 1.23.0 -> 2.0.0-rc.1 $ /usr/bin/npm install --- stderr --- npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wikimedia/codex-design-tokens@2.0.0-rc.1', npm WARN EBADENGINE required: { npm: '>=10.8.1', node: '>=20' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } --- stdout --- added 445 packages, and audited 446 packages in 6s 95 packages are looking for funding run `npm fund` for details found 0 vulnerabilities --- end --- $ package-lock-lint package-lock.json --- stdout --- Checking package-lock.json --- end --- $ /usr/bin/npm ci --- stderr --- npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wikimedia/codex-design-tokens@2.0.0-rc.1', npm WARN EBADENGINE required: { node: '>=20', npm: '>=10.8.1' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } --- stdout --- added 445 packages, and audited 446 packages in 7s 95 packages are looking for funding run `npm fund` for details found 0 vulnerabilities --- end --- $ /usr/bin/npm test --- stdout --- > test > grunt test Running "eslint:all" (eslint) task /src/repo/resources/js/ext.translate.base.js 6:17 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend 40:4 warning Prefer .then to .done no-jquery/no-done-fail 66:4 warning Prefer .then to .done no-jquery/no-done-fail /src/repo/resources/js/ext.translate.editor.helpers.js 32:3 warning Missing JSDoc @return declaration jsdoc/require-returns 84:11 warning Prefer .then to .done no-jquery/no-done-fail 84:11 warning Prefer .then to .fail no-jquery/no-done-fail 93:6 warning Prefer .then to .done no-jquery/no-done-fail 93:6 warning Prefer .then to .fail no-jquery/no-done-fail 393:1 warning Missing JSDoc @param "e" type jsdoc/require-param-type 394:1 warning Missing JSDoc @param "suggestion" type jsdoc/require-param-type 677:5 warning Prefer .then to .done no-jquery/no-done-fail 714:4 warning Prefer .then to .done no-jquery/no-done-fail 714:4 warning Prefer .then to .fail no-jquery/no-done-fail 802:17 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend 819:2 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend /src/repo/resources/js/ext.translate.editor.js 269:4 warning Prefer .then to .done no-jquery/no-done-fail 269:4 warning Prefer .then to .fail no-jquery/no-done-fail 772:6 warning Selector extensions are not allowed no-jquery/no-sizzle 1123:22 warning Prefer .then to .done no-jquery/no-done-fail 1282:7 warning Prefer .then to .done no-jquery/no-done-fail 1643:24 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend /src/repo/resources/js/ext.translate.editor.shortcuts.js 37:4 warning Selector extensions are not allowed no-jquery/no-sizzle 73:2 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend /src/repo/resources/js/ext.translate.messagerenamedialog.js 250:2 warning Prefer .then to .done no-jquery/no-done-fail 250:2 warning Prefer .then to .fail no-jquery/no-done-fail /src/repo/resources/js/ext.translate.messagetable.js 11:17 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend 73:5 warning ES2024 Resizable ArrayBuffer is forbidden es-x/no-resizable-and-growable-arraybuffers 275:4 warning Prefer .then to .done no-jquery/no-done-fail 285:25 warning Selector extensions are not allowed no-jquery/no-sizzle 392:9 warning Selector extensions are not allowed no-jquery/no-sizzle 406:16 warning Positional selector extensions are not allowed no-jquery/no-sizzle 409:5 warning ES2024 Resizable ArrayBuffer is forbidden es-x/no-resizable-and-growable-arraybuffers 422:20 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend 488:4 warning Prefer .then to .done no-jquery/no-done-fail 488:4 warning Prefer .then to .fail no-jquery/no-done-fail 535:7 warning Positional selector extensions are not allowed no-jquery/no-sizzle /src/repo/resources/js/ext.translate.parsers.js 13:17 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend /src/repo/resources/js/ext.translate.proofread.js 235:4 warning Prefer .then to .done no-jquery/no-done-fail 235:4 warning Prefer .then to .fail no-jquery/no-done-fail /src/repo/resources/js/ext.translate.special.aggregategroups.js 19:16 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend 24:3 warning Prefer .then to .done no-jquery/no-done-fail 24:3 warning Prefer .then to .fail no-jquery/no-done-fail 70:17 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend 75:4 warning Prefer .then to .done no-jquery/no-done-fail 75:4 warning Prefer .then to .fail no-jquery/no-done-fail 99:17 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend 103:4 warning Prefer .then to .done no-jquery/no-done-fail 103:4 warning Prefer .then to .fail no-jquery/no-done-fail 145:3 warning Prefer .then to .done no-jquery/no-done-fail 145:3 warning Prefer .then to .fail no-jquery/no-done-fail 397:4 warning Prefer .then to .done no-jquery/no-done-fail 397:4 warning Prefer .then to .fail no-jquery/no-done-fail /src/repo/resources/js/ext.translate.special.managegroups.js 18:11 warning Prefer .then to .done no-jquery/no-done-fail 18:11 warning Prefer .then to .fail no-jquery/no-done-fail 68:4 warning Prefer .then to .done no-jquery/no-done-fail 68:4 warning Prefer .then to .fail no-jquery/no-done-fail 98:4 warning Prefer .then to .done no-jquery/no-done-fail 98:4 warning Prefer .then to .fail no-jquery/no-done-fail 368:4 warning Prefer .then to .done no-jquery/no-done-fail 368:4 warning Prefer .then to .fail no-jquery/no-done-fail 391:4 warning Prefer .then to .done no-jquery/no-done-fail 391:4 warning Prefer .then to .fail no-jquery/no-done-fail /src/repo/resources/js/ext.translate.special.managetranslatorsandbox.js 101:8 warning Prefer .then to .done no-jquery/no-done-fail 101:8 warning Prefer .then to .fail no-jquery/no-done-fail 130:8 warning Prefer .then to .done no-jquery/no-done-fail 147:8 warning Prefer .then to .done no-jquery/no-done-fail 187:3 warning Prefer .then to .done no-jquery/no-done-fail 307:8 warning Prefer .then to .done no-jquery/no-done-fail 324:8 warning Prefer .then to .done no-jquery/no-done-fail /src/repo/resources/js/ext.translate.special.pagemigration.js 134:10 warning Prefer .then to .fail no-jquery/no-done-fail 388:4 warning Prefer .then to .done no-jquery/no-done-fail 388:4 warning Prefer .then to .fail no-jquery/no-done-fail 562:17 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend /src/repo/resources/js/ext.translate.special.pagepreparation.js 327:4 warning Prefer .then to .done no-jquery/no-done-fail 327:4 warning Prefer .then to .fail no-jquery/no-done-fail 354:4 warning Prefer .then to .done no-jquery/no-done-fail 354:4 warning Prefer .then to .fail no-jquery/no-done-fail 372:5 warning Prefer .then to .done no-jquery/no-done-fail 372:5 warning Prefer .then to .fail no-jquery/no-done-fail /src/repo/resources/js/ext.translate.special.pagetranslation.js 36:3 warning Prefer .then to .done no-jquery/no-done-fail /src/repo/resources/js/ext.translate.special.translate.js 19:17 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend 59:4 warning Prefer .then to .done no-jquery/no-done-fail 96:4 warning Prefer .then to .done no-jquery/no-done-fail 236:3 warning Prefer .then to .done no-jquery/no-done-fail 269:3 warning Prefer .then to .done no-jquery/no-done-fail 269:3 warning Prefer .then to .fail no-jquery/no-done-fail 664:4 warning Prefer .then to .done no-jquery/no-done-fail 736:3 warning Prefer .then to .done no-jquery/no-done-fail /src/repo/resources/js/ext.translate.statsbar.js 33:4 warning Prefer .then to .done no-jquery/no-done-fail /src/repo/resources/js/ext.translate.translationstats.graphbuilder.js 69:3 warning Missing JSDoc @return declaration jsdoc/require-returns 70:1 warning Missing JSDoc @param "options" type jsdoc/require-param-type 85:11 warning Prefer .then to .fail no-jquery/no-done-fail /src/repo/resources/js/ext.translate.workflowselector.js 52:4 warning Prefer .then to .done no-jquery/no-done-fail 146:5 warning Prefer .then to .done no-jquery/no-done-fail 146:5 warning Prefer .then to .fail no-jquery/no-done-fail /src/repo/resources/js/jquery.ajaxdispatcher.js 19:10 warning Prefer .then to .fail no-jquery/no-done-fail 65:2 warning Prefer Object.assign or the spread operator to $.extend no-jquery/no-extend /src/repo/resources/src/ext.translate.aggregategroups.refresh/components/AggregateGroupDialog.vue 143:4 warning Prefer .then to .done no-jquery/no-done-fail 143:4 warning Prefer .then to .fail no-jquery/no-done-fail /src/repo/resources/src/ext.translate.groupselector/index.js 156:5 warning Prefer .then to .done no-jquery/no-done-fail 348:4 warning Prefer .then to .done no-jquery/no-done-fail 391:4 warning Prefer .then to .done no-jquery/no-done-fail 450:4 warning Prefer .then to .done no-jquery/no-done-fail /src/repo/resources/src/ext.translate.special.exporttranslations/index.js 22:25 warning Selector extensions are not allowed no-jquery/no-sizzle 37:29 warning Selector extensions are not allowed no-jquery/no-sizzle /src/repo/resources/src/ext.translate.special.languagestats/index.js 20:3 warning Positional selector extensions are not allowed no-jquery/no-sizzle 21:3 warning Positional selector extensions are not allowed no-jquery/no-sizzle 214:23 warning Selector extensions are not allowed no-jquery/no-sizzle 242:27 warning Selector extensions are not allowed no-jquery/no-sizzle 300:3 warning ResizeObserver.observe() is not supported in Safari 11.1, iOS Safari 11.3-11.4 compat/compat 300:3 warning ResizeObserver is not supported in Safari 11.1 compat/compat /src/repo/resources/src/ext.translate.specialTranslationStash/index.js 172:2 warning Prefer .then to .done no-jquery/no-done-fail 172:2 warning Prefer .then to .fail no-jquery/no-done-fail 247:2 warning Prefer .then to .done no-jquery/no-done-fail /src/repo/tests/qunit/ext.translate.special.pagemigration.test.js 17:3 warning Prefer .then to .done no-jquery/no-done-fail 31:3 warning Prefer .then to .fail no-jquery/no-done-fail 46:3 warning Prefer .then to .done no-jquery/no-done-fail 61:3 warning Prefer .then to .done no-jquery/no-done-fail ✖ 118 problems (0 errors, 118 warnings) Running "banana:PageTranslation" (banana) task >> 1 message directory checked. Running "banana:Translate" (banana) task >> 1 message directory checked. Running "banana:TranslateApi" (banana) task >> 1 message directory checked. Running "banana:TranslateSandbox" (banana) task >> 1 message directory checked. Running "banana:TranslateSearch" (banana) task >> 1 message directory checked. Running "stylelint:all" (stylelint) task >> Linted 37 files without errors Done. --- end --- Upgrading c:mediawiki/mediawiki-codesniffer from 46.0.0 -> 47.0.0 $ /usr/bin/composer update --- stderr --- Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 3 updates, 0 removals - Upgrading mediawiki/mediawiki-codesniffer (v46.0.0 => v47.0.0) - Upgrading slevomat/coding-standard (8.16.2 => 8.18.0) - Upgrading squizlabs/php_codesniffer (3.11.3 => 3.12.2) Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 0 installs, 3 updates, 0 removals 0 [>---------------------------] 0 [->--------------------------] - Upgrading squizlabs/php_codesniffer (3.11.3 => 3.12.2): Extracting archive - Upgrading mediawiki/mediawiki-codesniffer (v46.0.0 => v47.0.0): Extracting archive - Upgrading slevomat/coding-standard (8.16.2 => 8.18.0): Extracting archive 0/3 [>---------------------------] 0% 2/3 [==================>---------] 66% 3/3 [============================] 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.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment', 'Generic.Files.OneObjectStructurePerFile.MultipleFound', 'MediaWiki.Commenting.PropertyDocumentation.WrongStyle', 'MediaWiki.Commenting.FunctionComment.WrongStyle'} $ vendor/bin/phpcs --report=json --- stdout --- {"totals":{"errors":25,"warnings":163,"fixable":0},"files":{"\/src\/repo\/src\/MessageGroupProcessing\/GroupReviewActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionNotificationJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/EventMessageGroupStateChangeHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupLanguageMismatchException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/InvalidPageTitleRename.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/InsertableRubyVariableValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/PythonInterpolationValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/PHPVariableLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/BaseMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionPresentationModel.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleLuaLibrary.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiLinkValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateAnnotationStripper.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\/Utilities\/StringComparators\/EditDistanceStringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/SimpleStringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/GettextNewlineValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/Section.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiPageNameValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryMessageGroupSubscriptionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/LogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextParseException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/CombinedInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/PurgeMessageBundleDependenciesJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiParameterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/FileBasedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextFormatHeaderFieldsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ParallelExecutor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MoveTranslatableBundleJob.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\/ValidationResult.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NotEmptyValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAidsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/InOtherLanguagesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/PremadeIntuitionTextdomains.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTitleRenamer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/MetaYamlSchemaExtender.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/SerializedMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SystemUsers\/FuzzyBot.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/InvalidFilterException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ProgressStatsTableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FindUnsynchronizedDefinitionsMaintenanceScript.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\/Utilities\/HTMLJsSelectToInputField.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ConfigHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleTranslationLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/ReviewTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SystemUsers\/TranslateUserManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/IniFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageDefinitions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/RegexInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/RemoveRedundantMessageGroupMetadataMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/GettextPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/i18n\/Translate.i18n.magic.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FlatPhpFormat.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\/maintenance\/refresh-translation-progress-stats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/update-config-names.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleContent.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/MachineTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/SmartFormatPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/loaders\/MessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/loaders\/CachedMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/MediaWikiInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/SmartFormatPlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/UnicodePluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NumericalParameterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/HookDefinedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/ThinMessage.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":50,"column":12}]},"\/src\/repo\/src\/Utilities\/ParsingPlaceholderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/PrintfValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationEntitySearchActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageMoveCollection.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatablePageStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/ReplacementValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/NumericalParameterInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/GetSpecialTranslateOptionsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MigrateTranslatablePageSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/CDBMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/Yaml.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/EventTranslationReviewHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationVariable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationIssue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ManageMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/RevTagStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/EventMessageMembershipChangeHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MatchSetValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WikiMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/HashMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/SmartFormatPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockCustomInsertableSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/InsertableFactory.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\/PageTranslation\/SectionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/LegacyInterfaceHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/InsertableFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/InsertableRegexValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiLinkValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/InsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/MessageChangeStorage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/NewTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/DuplicateAggregateGroupException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/WorkflowStatesMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/PythonInterpolationValidatorTest.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\/scripts\/fuzzy.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationIssues.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/data\/Example.i18n.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/GettextPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NewlineValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/HtmlTagInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NumericalParameterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatePerLanguageStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/NumericalParameterInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/MessageGroupTestConfig.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/YandexWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/EscapeCharacterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/UpdateTranslatorActivityMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiTimeListValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/MessageValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/data\/validation-exclusion-list.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\/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\/MessageGroupProcessing\/CachedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/metayaml.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/namespaces.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/CxserverWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/ReviewTranslationActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/InsertableRubyVariableValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/DeleteEqualTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiPageNameValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/MessageTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImportTitleFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslateAnnotationStripperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupReviewStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/AggregateMessageGroup.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\/TranslatorSandbox\/TranslationStashSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/BraceBalanceValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/QueryGroupSyncCacheMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/BraceBalanceValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/config.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/Message.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiParameterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/fallbacks-graph.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/MessageGroupTestTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/GettextPlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/DtdFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ProcessAPIMessageGroupsPropertiesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/generateRandomSandboxData.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ManageMessageGroupSubscriptionsSpecialPage.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":295,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":331,"column":58}]},"\/src\/repo\/src\/WebService\/CaighdeanWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/MessageGroupConfigurationParser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NewlineValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/WritableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/JavaFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Services.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceInvalidInputException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/EscapeCharacterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/UnsupportedTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PostInitGroupsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/ManageMessageGroupsActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/AndroidXmlFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/IosVariableValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/translator-stats-process.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/languageeditstats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupConfiguration\/FileBasedMessageGroupFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/UnicodePlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/StatsTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/TranslatablePageTestTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/RebuildMessageIndexJob.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\/PageTranslation\/UpdateTranslatablePageJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TTMServerAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WikiPageMessageGroup.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":164,"column":55}]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiTimeListValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/messagegroups\/SubsetMessageGroupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/IniFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/yaml-tests.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/completeExternalTranslation.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\/src\/TranslatorInterface\/Aid\/MessageDefinitionAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleDependencyPurger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/BaseValidatorTestCase.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\/tests\/phpunit\/unit\/Validation\/Validators\/PrintfValidatorTest.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\/tests\/phpunit\/Statistics\/TranslatorActivityTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/LegacyTranslationAids.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessagePrefixMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/MicrosoftWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/__bootstrap.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationHelperException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/EntitySearchTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/CurrentTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/CheckTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/GettextNewlineValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ImportTranslationsFromCsv.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/exportTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMetadata.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/RegexInsertablesSuggesterTest.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\/Statistics\/MessageGroupStatsTableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/TranslatableBundleImportTitleFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/SupportAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/DtdFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NotEmptyValidatorTest.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\/src\/TranslatorInterface\/Aid\/GroupsAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PrepareTranslatablePageSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importExternalTranslations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/InsertableRegexValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/test-mt.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":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}]},"\/src\/repo\/src\/MessageBundleTranslation\/ScribuntoHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/createMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ModifyMessageGroupStatesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/JsonFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationQueryResponse.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatableBundleMover.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/MediaWikiInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/UnicodePluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExportTranslationsMaintenanceScript.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\/tests\/phpunit\/unit\/MessageGroupConfiguration\/MediaWikiExtensionsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/QueryAggregatorAwareTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnit.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/ApertiumWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/ApertiumCxserverWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WorkflowStatesMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TtmServer\/FakeTtmServerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/EditSummariesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FileFormatFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MatchSetValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarkOperation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateEditAddons.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/UrlInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Cache\/PersistentDatabaseCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/IosVariableValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/DocumentationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FuzzyTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationsSpecialPage.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":134,"column":49}]},"\/src\/repo\/src\/PageTranslation\/ImpossiblePageMove.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/MarkForTranslationActionApiTest.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\/src\/Validation\/ValidatorFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/JavaFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslationUnitTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateInterfacePreferences.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/FileBasedMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PageMoveLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndex.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":437,"column":23}]},"\/src\/repo\/scripts\/plural-comparison.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/deleteEqualTranslations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/MessageUpdateParameter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/SubpageListBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTranslationHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Utilities\/UtilitiesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndexException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/GettextFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryManageMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/moveTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageSync\/MessageSourceChange.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/HtmlTagInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TestingParsingPlaceholderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupAssociationFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageMoveOperation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsDataProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandbox.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceConfigurationException.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\/LogNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/GettextDocumentationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Build\/UpdateConfigNamesMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/FileFormatSupport\/FileFormatFactoryTest.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\/TranslateStatsOutput.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/PrefillTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Utilities\/YamlTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/PremadeMediaWikiExtensionGroups.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\/tests\/phpunit\/unit\/HookRunnerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/SimpleFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAidDataProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/SandboxMessageGroup.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":90,"column":35}]},"\/src\/repo\/scripts\/populateFuzzy.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\/MessageGroupProcessing\/AggregateGroupsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/DeleteTranslatableBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageBundleTranslation\/MessageBundleContentTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageHandle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/CleanChangesFilters.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/updateTranslatorActivity.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/clearGroupSyncCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageLoading\/MessageCollectionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/StringMangler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AppleFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MockEventCreator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/BeforeAddModulesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExportTranslationsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/ttmserver-export.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslationFuzzyUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/SyncTranslatableBundleStatusMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupStatesUpdaterJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/ParserOutputTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupStates.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/AppleFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatorActivityQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/InsertablesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImportException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/UrlInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentDatabaseCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ServicesTest.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\/tests\/phpunit\/MessageLoading\/QueryMessageCollectionActionApiTest.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":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}]},"\/src\/repo\/src\/Cache\/PersistentCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupReviewStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/GoogleTranslateWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageGroupProcessing\/TranslatableBundleStatusStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/Insertable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AmdFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateExt.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/PageTitleRenamerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FindDeletedTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/Utilities.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentCacheEntry.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryTranslationStatsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ExportTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/UpdatedDefinitionAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/SupportedLanguagesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/StringComparator.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\/tests\/phpunit\/Synchronization\/GroupSynchronizationCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/UpdateMessageBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslationUnitIssueTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ManageGroupSynchronizationCacheActionApi.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\/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\/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\/Hooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsBase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/QueryManageMessageGroupsActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MarkForTranslationActionApi.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\/utils\/MessageSourceChangeTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslatorSandboxActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageInsertablesSuggesterTest.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\/MessageGroupProcessing\/CachedMessageGroupFactoryLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FileFormatSupport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/LanguageStatsSpecialPage.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":269,"column":54},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":282,"column":42}]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleContentHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroupBase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/GroupSynchronizationResponse.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\/MessageGroupProcessing\/MessageGroupSubscriptionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/GettextPluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/RefreshTranslationProgressStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ImportTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/TranslateReplaceTitle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchTranslationsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MalformedBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConfigNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/SmartFormatPluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Validation\/Validators\/MediaWikiPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashStorage.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\/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":148,"column":11}]},"\/src\/repo\/src\/Utilities\/LanguagesMultiselectWidget.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Synchronization\/UpdateMessageJobTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/ParsingPlaceholderFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/FatMessage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryLanguageStatsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/messagegroups\/MessageGroupLoaderTest.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":265,"column":23}]},"\/src\/repo\/src\/SchemaHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ElasticSearchTtmServer.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":701,"column":66}]},"\/src\/repo\/scripts\/poimport.php":{"errors":4,"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":107,"column":1},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":126,"column":15},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":236,"column":1},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":266,"column":15}]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStatusStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/findUnsynchronizedDefinitions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/TranslatablePageMarkerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupNotFoundException.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\/FileFormatSupport\/YamlFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessagePrefixStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/RecentMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageProcessing\/CsvTranslationImporterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscription.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TtmServer\/TtmServerFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockFileBasedMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchTranslationsActionApi.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\/src\/Synchronization\/ClearGroupSyncCacheMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importTranslationsFromCsv.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeWritableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ServiceWiring.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/RemoteTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ImportExternalTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/PageTranslationTaggingTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateSpecialPage.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":246,"column":49}]},"\/src\/repo\/scripts\/migrate-schema2.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/backport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslationTransverUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockMessageCollectionForExport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/UnicodePluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/UserPromotedHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/DeleteTranslatableBundleSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockWikiMessageGroup.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":39,"column":1}]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/LanguageEditStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Synchronization\/MessageUpdateParameterTest.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\/Statistics\/ReviewPerLanguageStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockCacheMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitReader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/CompleteExternalTranslationMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/ArrayFlattener.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Jobs\/GenericTranslateJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/PageTranslationParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageProcessing\/StringMatcherTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleState.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/spyc.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleExporter.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\/src\/TranslatorSandbox\/TranslateSandboxEmailJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/InitGroupLoadersHook.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\/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\/TranslatableBundleDeleter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorSandbox\/TranslateSandboxTest.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\/PageTranslation\/ParsingFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ActiveLanguagesSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/ManageTranslatorSandboxSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/UserNotSandboxedException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/Aid\/TranslationAidDataProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorSandbox\/TranslationStashStorageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerMessageUpdateJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashWriter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageProcessing\/ArrayFlattenerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatorActivity.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroupOld.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandboxHookHandler.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\/tests\/phpunit\/HookDocTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeReadableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/EntitySearch.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CsvTranslationImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/StashedTranslation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ExclusionInclusionListTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageCollection.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\/src\/Statistics\/RebuildMessageGroupStatsJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslateRegistrationStats.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\/DatabaseTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/DatabaseMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExternalMessageSourceStateImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/SubsetMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/HookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ExportTtmServerDumpMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/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\/Statistics\/UpdateTranslatorActivityJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/RecentAdditionsMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsInterface.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/StatisticsUnavailable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/HooksTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/CrossLanguageTranslationSearchQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTranslationSpecialPage.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":319,"column":26}]},"\/src\/repo\/src\/Statistics\/TranslationStatsGraphOptions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MediaWikiExtensionMessageGroup.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\/FileFormatSupport\/GettextPluralException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/MessageWebImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/QueryMessageTranslationsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/RenderTranslationPageJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndexStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/BackportTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/RecentChangesTranslationFilterHookHandler.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":85,"column":41}]},"\/src\/repo\/src\/PageTranslation\/Hooks.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":583,"column":37},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1004,"column":81},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1005,"column":35},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1006,"column":35},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1153,"column":69},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1154,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1155,"column":23}]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsSpecialPage.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":339,"column":42}]},"\/src\/repo\/src\/PageTranslation\/ParserOutput.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryStatsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageSettings.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":364,"column":28}]},"\/src\/repo\/src\/Synchronization\/DisplayGroupSynchronizationInfo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MoveTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitStoreFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitIssue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageView.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/i18n\/Translate.alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MoveTranslatableBundleSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ManageGroupsSpecialPage.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":181,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":617,"column":27}]},"\/src\/repo\/src\/Synchronization\/ImportTranslationsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExternalMessageSourceStateComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/GroupSynchronizationCache.php":{"errors":0,"warnings":0,"messages":[]}}} --- end --- PHPCS run failed $ vendor/bin/phpcs --report=json --- stdout --- {"totals":{"errors":25,"warnings":163,"fixable":0},"files":{"\/src\/repo\/src\/Validation\/Validators\/InsertableRubyVariableValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/PythonInterpolationValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/PHPVariableLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupLanguageMismatchException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/BaseMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/CombinedInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/InvalidPageTitleRename.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiLinkValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/GettextNewlineValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/EditDistanceStringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/LogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiParameterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MoveTranslatableBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateAnnotationStripper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionPresentationModel.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextParseException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/SimpleStringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/QueryAggregator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiPageNameValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ParallelExecutor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/FileBasedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextFormatHeaderFieldsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/QueryAggregatorAware.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/GroupReviewActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PageDeleteLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionNotificationJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationResult.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/Section.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NotEmptyValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/PurgeMessageBundleDependenciesJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/SerializedMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ProgressStatsTableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/InvalidFilterException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/JsSelectToInput.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleLuaLibrary.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/RegexInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/EventMessageGroupStateChangeHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/InOtherLanguagesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageDefinitions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FindUnsynchronizedDefinitionsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTitleRenamer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/PremadeIntuitionTextdomains.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SystemUsers\/FuzzyBot.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/MetaYamlSchemaExtender.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/IniFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ConfigHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SystemUsers\/TranslateUserManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/MediaWikiInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/ThinMessage.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":50,"column":12}]},"\/src\/repo\/messagegroups\/loaders\/MessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/loaders\/CachedMessageGroupLoader.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\/Validation\/Validators\/GettextPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAidsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/ReviewTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FlatPhpFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/RemoveRedundantMessageGroupMetadataMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/refresh-translation-progress-stats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/update-config-names.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/HTMLJsSelectToInputField.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/NumericalParameterInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/CDBMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageStateStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/UnicodePluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NumericalParameterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationEntitySearchActionApi.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\/PageTranslation\/TranslatablePageMarkException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/SmartFormatPlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/InsertableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/HookDefinedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/MachineTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatablePageStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/HashMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/GetSpecialTranslateOptionsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ParsingPlaceholderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/SmartFormatPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/InsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/SectionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MatchSetValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockCustomInsertableSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageMoveCollection.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/EventTranslationReviewHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/ReplacementValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/Yaml.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WikiMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/InsertableRegexValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/HtmlTagInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/fuzzy.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/ReplacementValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/PythonInterpolationValidatorTest.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\/src\/Synchronization\/MessageChangeStorage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryMessageGroupSubscriptionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MigrateTranslatablePageSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/data\/Example.i18n.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatePerLanguageStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/MessageGroupTestConfig.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/UpdateTranslatorActivityMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/SmartFormatPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/MessageGroupConfigurationParser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationIssue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/data\/validation-exclusion-list.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/LegacyInterfaceHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationVariable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiLinkValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/EscapeCharacterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleContent.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/PremadeMediaWikiExtensionGroups.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/GettextPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiTimeListValidatorTest.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\/Validation\/Validators\/NewlineValidator.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\/.phan\/stubs\/metayaml.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/namespaces.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/NewTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/InsertableFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ManageMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/RevTagStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/ReviewTranslationActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationIssues.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/MessageTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/EventMessageMembershipChangeHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiPageNameValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/MessageGroupTestTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FuzzyLikeThis.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/config.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/DeleteEqualTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/QueryGroupSyncCacheMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/DtdFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/MessageValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ServiceCreationFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/DuplicateAggregateGroupException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/Message.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NumericalParameterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ManageMessageGroupSubscriptionsSpecialPage.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":295,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":331,"column":58}]},"\/src\/repo\/scripts\/fallbacks-graph.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/BraceBalanceValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/AggregateMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/NumericalParameterInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/InsertableRubyVariableValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Services.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/AndroidXmlFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupReviewStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/BraceBalanceValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/generateRandomSandboxData.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/WorkflowStatesMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/WritableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PostInitGroupsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/UnsupportedTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ProcessAPIMessageGroupsPropertiesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/TranslatablePageTestTrait.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\/CachedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImportTitleFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/JavaFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/translator-stats-process.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/languageeditstats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/EscapeCharacterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslateAnnotationStripperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiParameterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/UnicodePlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/CxserverWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/RebuildMessageIndexJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/yaml-tests.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/completeExternalTranslation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/ManageMessageGroupsActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupConfiguration\/FileBasedMessageGroupFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/IniFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WikiPageMessageGroup.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":164,"column":55}]},"\/src\/repo\/src\/WebService\/YandexWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/Hooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/DtdFormat.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\/src\/MessageGroupProcessing\/MessageGroupSubscriptionActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/queryGroupSyncCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importExternalTranslations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessagePrefixMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NewlineValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Statistics\/TranslatorActivityTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/GettextPlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/messagegroups\/SubsetMessageGroupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ModifyMessageGroupStatesHook.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\/scripts\/syncTranslatableBundleStatus.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\/Validation\/Validators\/MediaWikiTimeListValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/LegacyTranslationAids.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/StatsTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationHelperException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleContentHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/SupportAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/IosVariableValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FileFormatFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleDependencyPurger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/BaseValidatorTestCase.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\/src\/MessageBundleTranslation\/MalformedBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/JsonFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/GroupsAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/TranslatableBundleImportTitleFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatableBundleMover.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TTMServerAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NotEmptyValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/UpdateTranslatablePageJob.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\/Validation\/Validators\/PrintfValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WorkflowStatesMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/CaighdeanWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/test-mt.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":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}]},"\/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\/TranslatorInterface\/Aid\/MessageDefinitionAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/EntitySearchTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/createMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsTableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMetadata.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/InsertableRegexValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/EditSummariesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/GettextNewlineValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceInvalidInputException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/CheckTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TtmServer\/FakeTtmServerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExportTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/MediaWikiInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/ScribuntoHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarkOperation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/UnicodePluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Cache\/PersistentDatabaseCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/CurrentTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ImpossiblePageMove.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/JavaFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PrepareTranslatablePageSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/MicrosoftWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/MarkForTranslationActionApiTest.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\/tests\/phpunit\/unit\/MessageGroupConfiguration\/MediaWikiExtensionsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Utilities\/UtilitiesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/plural-comparison.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/deleteEqualTranslations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/UrlInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/moveTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FuzzyTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/GettextFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MatchSetValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/QueryAggregatorAwareTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationsSpecialPage.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":134,"column":49}]},"\/src\/repo\/src\/Validation\/Validators\/IosVariableValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationQueryResponse.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/MessageUpdateParameter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageMoveOperation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/DocumentationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateEditAddons.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslationUnitTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnit.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/SubpageListBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/ApertiumCxserverWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndex.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":437,"column":23}]},"\/src\/repo\/src\/Validation\/ValidatorFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/FileBasedMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Utilities\/YamlTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/SyncTranslatableBundleStatusMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/AppleFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/HtmlTagInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/SandboxMessageGroup.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":90,"column":35}]},"\/src\/repo\/src\/MessageLoading\/MessageIndexException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandbox.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageSync\/MessageSourceChange.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateInterfacePreferences.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\/MessageGroupProcessing\/PageMoveLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAidDataProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/ApertiumWebService.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\/Build\/UpdateConfigNamesMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageLoading\/MessageCollectionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageHandle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/GettextDocumentationAid.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\/LogNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AppleFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/populateFuzzy.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/TranslateStatsOutput.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExportTranslationsSpecialPage.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\/unit\/FileFormatSupport\/FileFormatFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/PrefillTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/updateTranslatorActivity.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/clearGroupSyncCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTranslationHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/HookRunnerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/InsertablesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MockEventCreator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageLoading\/QueryMessageCollectionActionApiTest.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":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}]},"\/src\/repo\/src\/Statistics\/TranslationStatsDataProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/SimpleFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/StringMangler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TestingParsingPlaceholderFactory.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\/MessageGroupProcessing\/AggregateGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FindDeletedTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ImportTranslationsFromCsv.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentDatabaseCache.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\/MessageBundleTranslation\/MessageBundleStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageBundleTranslation\/MessageBundleContentTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateExt.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/ttmserver-export.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationQuery.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\/ParserOutputTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AmdFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceConfigurationException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslationFuzzyUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/CleanChangesFilters.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/BeforeAddModulesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/PageTitleRenamerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/UpdatedDefinitionAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ServicesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatorActivityQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ManageGroupSynchronizationCacheActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FileFormatSupport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupStatesUpdaterJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/UrlInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/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\/MessageGroupProcessing\/TranslatableBundleImportException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageGroupProcessing\/TranslatableBundleStatusStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentCacheEntry.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Synchronization\/GroupSynchronizationCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupReviewStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/Insertable.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\/src\/Synchronization\/GroupSynchronizationResponse.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\/Statistics\/QueryTranslationStatsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/Utilities.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/DeleteTranslatableBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/GoogleTranslateWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/RefreshTranslationProgressStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryManageMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/SupportedLanguagesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslationUnitIssueTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/UpdateMessageBundleJob.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\/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\/Utilities\/StringComparators\/StringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupAssociationFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupStates.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsBase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/utils\/MessageSourceChangeTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslatorSandboxActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupSubscriptionTest.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\/scripts\/translator-stats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Validation\/Validators\/MediaWikiPluralValidatorTest.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\/MessageGroupProcessing\/QueryManageMessageGroupsActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/GettextPluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchTranslationsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/TranslateReplaceTitle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MarkForTranslationActionApi.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":148,"column":11}]},"\/src\/repo\/src\/MessageGroupProcessing\/ImportTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/SmartFormatPluralTest.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\/Statistics\/LanguageStatsSpecialPage.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":269,"column":54},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":282,"column":42}]},"\/src\/repo\/messagegroups\/MessageGroupBase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ExportTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/FatMessage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/ParsingPlaceholderFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Synchronization\/UpdateMessageJobTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashStorage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/messagegroups\/MessageGroupLoaderTest.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\/src\/ConfigNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ImportExternalTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importTranslationsFromCsv.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/YamlFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/LanguagesMultiselectWidget.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/poimport.php":{"errors":4,"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":107,"column":1},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":126,"column":15},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":236,"column":1},{"message":"You must use \"\/**\" style comments for a function comment","source":"MediaWiki.Commenting.FunctionComment.WrongStyle","severity":5,"fixable":false,"type":"ERROR","line":266,"column":15}]},"\/src\/repo\/scripts\/findUnsynchronizedDefinitions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandler.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":265,"column":23}]},"\/src\/repo\/tests\/phpunit\/TranslationTransverUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryLanguageStatsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/LanguageEditStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStatusStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CachedMessageGroupFactoryLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/PageTranslationTaggingTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/TranslatablePageMarkerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageProcessing\/CsvTranslationImporterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ElasticSearchTtmServer.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":701,"column":66}]},"\/src\/repo\/src\/TranslatorInterface\/TranslateSpecialPage.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":246,"column":49}]},"\/src\/repo\/src\/ServiceWiring.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/DeleteTranslatableBundleSpecialPage.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\/tests\/phpunit\/mocks\/MockFileBasedMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/backport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/RemoteTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeWritableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SchemaHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ClearGroupSyncCacheMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/UnicodePluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockMessageCollectionForExport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessagePrefixStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupNotFoundException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscription.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TtmServer\/TtmServerFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitReader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/CleanupTranslationProgressStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/RecentMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/UserPromotedHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Jobs\/GenericTranslateJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/PageTranslationParserTest.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\/tests\/phpunit\/mocks\/MockWikiMessageGroup.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":39,"column":1}]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandboxEmailJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/ArrayFlattener.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageProcessing\/StringMatcherTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/spyc.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockCacheMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/TranslatablePageIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorSandbox\/TranslateSandboxTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatableBundleDeleter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ReviewPerLanguageStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/CompleteExternalTranslationMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionStore.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\/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\/src\/MessageGroupProcessing\/TranslatableBundleExporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Synchronization\/MessageUpdateParameterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/InitGroupLoadersHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ParsingFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorSandbox\/TranslationStashStorageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupsTest.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\/TranslatorSandbox\/TranslateSandboxHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashReader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/AggregateGroupMessageGroupFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleState.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ActiveLanguagesSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExternalMessageSourceStateImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/Aid\/TranslationAidDataProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/StashedTranslation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/ManageTranslatorSandboxSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ExclusionInclusionListTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerMessageUpdateJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/UserNotSandboxedException.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\/Statistics\/UpdateTranslatorActivityJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageProcessing\/ArrayFlattenerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashWriter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ReadableTtmServer.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\/src\/TtmServer\/FakeReadableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsInterface.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatorActivity.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/EntitySearch.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/StatisticsUnavailable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslateRegistrationStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/HookDocTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroupOld.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/HookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageCollection.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/RebuildMessageGroupStatsJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/DatabaseTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/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\/MessageGroupProcessing\/CsvTranslationImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTranslationSpecialPage.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":319,"column":26}]},"\/src\/repo\/src\/TtmServer\/CrossLanguageTranslationSearchQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/SubsetMessageGroup.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\/messagegroups\/RecentAdditionsMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/BackportTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/HooksTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroup.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\/FileFormatSupport\/GettextPluralException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsGraphOptions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/RenderTranslationPageJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MediaWikiExtensionMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/QueryMessageTranslationsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndexStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/RecentChangesTranslationFilterHookHandler.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":85,"column":41}]},"\/src\/repo\/src\/Synchronization\/DisplayGroupSynchronizationInfo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/MessageWebImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/Hooks.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":583,"column":37},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1004,"column":81},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1005,"column":35},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1006,"column":35},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1153,"column":69},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1154,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1155,"column":23}]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsSpecialPage.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":339,"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":364,"column":28}]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitIssue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ParserOutput.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryStatsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/i18n\/Translate.alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageSettings.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitStoreFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageView.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MoveTranslatableBundleSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ManageGroupsSpecialPage.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":181,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":617,"column":27}]},"\/src\/repo\/src\/Synchronization\/ImportTranslationsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExternalMessageSourceStateComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/GroupSynchronizationCache.php":{"errors":0,"warnings":0,"messages":[]}}} --- end --- * sniff MediaWiki.Commenting.PropertyDocumentation.WrongStyle is no longer failing $ 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.28 | 10 parallel jobs Checked 554 files in 2.2 seconds No syntax error found ............................................................ 60 / 62 (97%) .. 62 / 62 (100%) Time: 516ms; 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 dependencies composer: * mediawiki/mediawiki-codesniffer: 46.0.0 → 47.0.0 The following sniffs now pass and were enabled: * MediaWiki.Commenting.PropertyDocumentation.WrongStyle npm: * @wikimedia/codex-design-tokens: 1.23.0 → 2.0.0-rc.1 $ git add . --- stdout --- --- end --- $ git commit -F /tmp/tmprcgr898r --- stdout --- [master ec60bef] build: Updating dependencies 4 files changed, 9 insertions(+), 10 deletions(-) --- end --- $ git format-patch HEAD~1 --stdout --- stdout --- From ec60bef08c883c0baa33767201433d19a8a2c25c Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Thu, 8 May 2025 17:24:15 +0000 Subject: [PATCH] build: Updating dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit composer: * mediawiki/mediawiki-codesniffer: 46.0.0 → 47.0.0 The following sniffs now pass and were enabled: * MediaWiki.Commenting.PropertyDocumentation.WrongStyle npm: * @wikimedia/codex-design-tokens: 1.23.0 → 2.0.0-rc.1 Change-Id: Ief484a90db7694b58b4474a0a2f7e99008a6e1b4 --- .phpcs.xml | 1 - composer.json | 2 +- package-lock.json | 14 +++++++------- package.json | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.phpcs.xml b/.phpcs.xml index 4f4c8b1..b8f6d5d 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -3,7 +3,6 @@ <rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki"> <exclude name="Generic.Files.OneObjectStructurePerFile.MultipleFound" /> <exclude name="MediaWiki.Commenting.FunctionComment.WrongStyle" /> - <exclude name="MediaWiki.Commenting.PropertyDocumentation.WrongStyle" /> <exclude name="MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment" /> </rule> <rule ref="Generic.Files.LineLength"> diff --git a/composer.json b/composer.json index ff0118e..560a785 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ "mustangostang/spyc": "^0.6.3" }, "require-dev": { - "mediawiki/mediawiki-codesniffer": "46.0.0", + "mediawiki/mediawiki-codesniffer": "47.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/package-lock.json b/package-lock.json index 7d9952b..8a79a65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "Translate", "devDependencies": { - "@wikimedia/codex-design-tokens": "1.23.0", + "@wikimedia/codex-design-tokens": "2.0.0-rc.1", "eslint-config-wikimedia": "0.29.1", "grunt": "1.6.1", "grunt-banana-checker": "0.13.0", @@ -656,9 +656,9 @@ "dev": true }, "node_modules/@wikimedia/codex-design-tokens": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@wikimedia/codex-design-tokens/-/codex-design-tokens-1.23.0.tgz", - "integrity": "sha512-dG6dMZn3KqBFN5i+/CvTPZV3cf5JPmcIMsSpw9F81xjixF5uN6U+Ti9VEcD26FDHM3KiOsLQxmszZ5ow4qCBDQ==", + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@wikimedia/codex-design-tokens/-/codex-design-tokens-2.0.0-rc.1.tgz", + "integrity": "sha512-y9Tk+2OZjrBcwSvYEHV/lhv444X2u/TVSg+fihUiWF/qPaXxuPEHw6KWzNzc7WQrkF5ul8BvKZa8W8v4SaEyUA==", "dev": true, "engines": { "node": ">=20", @@ -5838,9 +5838,9 @@ "dev": true }, "@wikimedia/codex-design-tokens": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@wikimedia/codex-design-tokens/-/codex-design-tokens-1.23.0.tgz", - "integrity": "sha512-dG6dMZn3KqBFN5i+/CvTPZV3cf5JPmcIMsSpw9F81xjixF5uN6U+Ti9VEcD26FDHM3KiOsLQxmszZ5ow4qCBDQ==", + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@wikimedia/codex-design-tokens/-/codex-design-tokens-2.0.0-rc.1.tgz", + "integrity": "sha512-y9Tk+2OZjrBcwSvYEHV/lhv444X2u/TVSg+fihUiWF/qPaXxuPEHw6KWzNzc7WQrkF5ul8BvKZa8W8v4SaEyUA==", "dev": true }, "abbrev": { diff --git a/package.json b/package.json index 1a563fb..bb5cbbe 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "grunt test" }, "devDependencies": { - "@wikimedia/codex-design-tokens": "1.23.0", + "@wikimedia/codex-design-tokens": "2.0.0-rc.1", "eslint-config-wikimedia": "0.29.1", "grunt": "1.6.1", "grunt-banana-checker": "0.13.0", -- 2.39.5 --- end ---