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

sourcepatches

This run took 100 seconds.

From a592a95b1e4f5edd0c84b56bbbcbd0fd54244b5e Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 2 Mar 2026 21:17:23 +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: 49.0.0 → 50.0.0
* mediawiki/mediawiki-phan-config: 0.18.0 → 0.19.0

npm:
* jsdoc-wmf-theme: 1.1.0 → 1.2.0

Change-Id: If0ca8decec24caf69cc986b09321863eee29c98c
---
 composer.json     |   4 +-
 package-lock.json | 107 +++++++++++++++++++++++-----------------------
 package.json      |   2 +-
 3 files changed, 56 insertions(+), 57 deletions(-)

diff --git a/composer.json b/composer.json
index 4f2f86c..d2831ab 100644
--- a/composer.json
+++ b/composer.json
@@ -54,8 +54,8 @@
 		"mustangostang/spyc": "^0.6.3"
 	},
 	"require-dev": {
-		"mediawiki/mediawiki-codesniffer": "49.0.0",
-		"mediawiki/mediawiki-phan-config": "0.18.0",
+		"mediawiki/mediawiki-codesniffer": "50.0.0",
+		"mediawiki/mediawiki-phan-config": "0.19.0",
 		"mediawiki/minus-x": "2.0.1",
 		"php-parallel-lint/php-console-highlighter": "1.0.0",
 		"php-parallel-lint/php-parallel-lint": "1.4.0",
diff --git a/package-lock.json b/package-lock.json
index 186e021..080eef5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
 				"grunt-eslint": "24.3.0",
 				"grunt-stylelint": "0.20.1",
 				"jsdoc": "4.0.5",
-				"jsdoc-wmf-theme": "1.1.0",
+				"jsdoc-wmf-theme": "1.2.0",
 				"stylelint-config-wikimedia": "0.18.0",
 				"svgo": "3.2.0"
 			}
@@ -297,9 +297,9 @@
 			}
 		},
 		"node_modules/@eslint/eslintrc/node_modules/minimatch": {
-			"version": "3.1.2",
-			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
-			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+			"version": "3.1.5",
+			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+			"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
 			"dev": true,
 			"dependencies": {
 				"brace-expansion": "^1.1.7"
@@ -884,12 +884,12 @@
 			}
 		},
 		"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
-			"version": "9.0.5",
-			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
-			"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+			"version": "9.0.9",
+			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+			"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
 			"dev": true,
 			"dependencies": {
-				"brace-expansion": "^2.0.1"
+				"brace-expansion": "^2.0.2"
 			},
 			"engines": {
 				"node": ">=16 || 14 >=14.17"
@@ -1770,15 +1770,14 @@
 			"license": "MIT"
 		},
 		"node_modules/editorconfig": {
-			"version": "1.0.4",
-			"resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz",
-			"integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==",
+			"version": "1.0.7",
+			"resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.7.tgz",
+			"integrity": "sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==",
 			"dev": true,
-			"license": "MIT",
 			"dependencies": {
 				"@one-ini/wasm": "0.1.1",
 				"commander": "^10.0.0",
-				"minimatch": "9.0.1",
+				"minimatch": "^9.0.1",
 				"semver": "^7.5.3"
 			},
 			"bin": {
@@ -1809,13 +1808,12 @@
 			}
 		},
 		"node_modules/editorconfig/node_modules/minimatch": {
-			"version": "9.0.1",
-			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
-			"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
+			"version": "9.0.9",
+			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+			"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
 			"dev": true,
-			"license": "ISC",
 			"dependencies": {
-				"brace-expansion": "^2.0.1"
+				"brace-expansion": "^2.0.2"
 			},
 			"engines": {
 				"node": ">=16 || 14 >=14.17"
@@ -2462,9 +2460,9 @@
 			}
 		},
 		"node_modules/eslint/node_modules/minimatch": {
-			"version": "3.1.2",
-			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
-			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+			"version": "3.1.5",
+			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+			"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
 			"dev": true,
 			"dependencies": {
 				"brace-expansion": "^1.1.7"
@@ -3580,13 +3578,12 @@
 			}
 		},
 		"node_modules/js-beautify/node_modules/minimatch": {
-			"version": "9.0.5",
-			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
-			"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+			"version": "9.0.9",
+			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+			"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
 			"dev": true,
-			"license": "ISC",
 			"dependencies": {
-				"brace-expansion": "^2.0.1"
+				"brace-expansion": "^2.0.2"
 			},
 			"engines": {
 				"node": ">=16 || 14 >=14.17"
@@ -3693,14 +3690,15 @@
 			}
 		},
 		"node_modules/jsdoc-wmf-theme": {
-			"version": "1.1.0",
-			"resolved": "https://registry.npmjs.org/jsdoc-wmf-theme/-/jsdoc-wmf-theme-1.1.0.tgz",
-			"integrity": "sha512-0BQMgaSBmdGRVSiyAF7SMm1mTS59Y5vpPHAFFABcZRL15TIc5UyL88DtrrA1nuKL+jgTBsMgaeu8NDfNstC8RA==",
+			"version": "1.2.0",
+			"resolved": "https://registry.npmjs.org/jsdoc-wmf-theme/-/jsdoc-wmf-theme-1.2.0.tgz",
+			"integrity": "sha512-4eWBcH+3KrAg+qrTOJoNxWqLtra63TbCBXCxsaTvz4x5VsXN4e63/9S4dACX+8GLflcnAEZMp9IJK8RlMwMJ0g==",
 			"dev": true,
 			"dependencies": {
 				"@jsdoc/salty": "^0.2.8",
 				"@wikimedia/codex-design-tokens": "1.1.1",
 				"domino": "^2.1.6",
+				"jsdoc": "^4.0.5",
 				"jsdoc-class-hierarchy": "1.1.2",
 				"lunr": "2.3.9",
 				"marked": "^12.0.2",
@@ -6299,9 +6297,9 @@
 			},
 			"dependencies": {
 				"minimatch": {
-					"version": "3.1.2",
-					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
-					"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+					"version": "3.1.5",
+					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+					"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
 					"dev": true,
 					"requires": {
 						"brace-expansion": "^1.1.7"
@@ -6693,12 +6691,12 @@
 					}
 				},
 				"minimatch": {
-					"version": "9.0.5",
-					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
-					"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+					"version": "9.0.9",
+					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+					"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
 					"dev": true,
 					"requires": {
-						"brace-expansion": "^2.0.1"
+						"brace-expansion": "^2.0.2"
 					}
 				}
 			}
@@ -7319,14 +7317,14 @@
 			"dev": true
 		},
 		"editorconfig": {
-			"version": "1.0.4",
-			"resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz",
-			"integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==",
+			"version": "1.0.7",
+			"resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.7.tgz",
+			"integrity": "sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==",
 			"dev": true,
 			"requires": {
 				"@one-ini/wasm": "0.1.1",
 				"commander": "^10.0.0",
-				"minimatch": "9.0.1",
+				"minimatch": "^9.0.1",
 				"semver": "^7.5.3"
 			},
 			"dependencies": {
@@ -7346,12 +7344,12 @@
 					"dev": true
 				},
 				"minimatch": {
-					"version": "9.0.1",
-					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
-					"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
+					"version": "9.0.9",
+					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+					"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
 					"dev": true,
 					"requires": {
-						"brace-expansion": "^2.0.1"
+						"brace-expansion": "^2.0.2"
 					}
 				}
 			}
@@ -7467,9 +7465,9 @@
 			},
 			"dependencies": {
 				"minimatch": {
-					"version": "3.1.2",
-					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
-					"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+					"version": "3.1.5",
+					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+					"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
 					"dev": true,
 					"requires": {
 						"brace-expansion": "^1.1.7"
@@ -8613,12 +8611,12 @@
 					}
 				},
 				"minimatch": {
-					"version": "9.0.5",
-					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
-					"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+					"version": "9.0.9",
+					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+					"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
 					"dev": true,
 					"requires": {
-						"brace-expansion": "^2.0.1"
+						"brace-expansion": "^2.0.2"
 					}
 				},
 				"nopt": {
@@ -8706,14 +8704,15 @@
 			"dev": true
 		},
 		"jsdoc-wmf-theme": {
-			"version": "1.1.0",
-			"resolved": "https://registry.npmjs.org/jsdoc-wmf-theme/-/jsdoc-wmf-theme-1.1.0.tgz",
-			"integrity": "sha512-0BQMgaSBmdGRVSiyAF7SMm1mTS59Y5vpPHAFFABcZRL15TIc5UyL88DtrrA1nuKL+jgTBsMgaeu8NDfNstC8RA==",
+			"version": "1.2.0",
+			"resolved": "https://registry.npmjs.org/jsdoc-wmf-theme/-/jsdoc-wmf-theme-1.2.0.tgz",
+			"integrity": "sha512-4eWBcH+3KrAg+qrTOJoNxWqLtra63TbCBXCxsaTvz4x5VsXN4e63/9S4dACX+8GLflcnAEZMp9IJK8RlMwMJ0g==",
 			"dev": true,
 			"requires": {
 				"@jsdoc/salty": "^0.2.8",
 				"@wikimedia/codex-design-tokens": "1.1.1",
 				"domino": "^2.1.6",
+				"jsdoc": "^4.0.5",
 				"jsdoc-class-hierarchy": "1.1.2",
 				"lunr": "2.3.9",
 				"marked": "^12.0.2",
diff --git a/package.json b/package.json
index 3a8442d..9bd89dc 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
 		"grunt-eslint": "24.3.0",
 		"grunt-stylelint": "0.20.1",
 		"jsdoc": "4.0.5",
-		"jsdoc-wmf-theme": "1.1.0",
+		"jsdoc-wmf-theme": "1.2.0",
 		"stylelint-config-wikimedia": "0.18.0",
 		"svgo": "3.2.0"
 	}
-- 
2.47.3

$ date
--- stdout ---
Mon Mar  2 21:16:03 UTC 2026

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-Translate.git /src/repo --depth=1 -b master
--- stderr ---
Cloning into '/src/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 ---
c5e485e218042e0abab0185eb8910e33239d9fef refs/heads/master

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "editorconfig": {
      "name": "editorconfig",
      "severity": "high",
      "isDirect": false,
      "via": [
        "minimatch"
      ],
      "effects": [],
      "range": "1.0.3 - 1.0.4 || 2.0.0",
      "nodes": [
        "node_modules/editorconfig"
      ],
      "fixAvailable": true
    },
    "grunt": {
      "name": "grunt",
      "severity": "high",
      "isDirect": true,
      "via": [
        "minimatch"
      ],
      "effects": [
        "grunt-eslint"
      ],
      "range": ">=0.4.0-a",
      "nodes": [
        "node_modules/grunt"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "0.3.17",
        "isSemVerMajor": true
      }
    },
    "grunt-eslint": {
      "name": "grunt-eslint",
      "severity": "high",
      "isDirect": true,
      "via": [
        "grunt"
      ],
      "effects": [],
      "range": "<=1.0.0 || >=18.1.0",
      "nodes": [
        "node_modules/grunt-eslint"
      ],
      "fixAvailable": {
        "name": "grunt-eslint",
        "version": "18.0.0",
        "isSemVerMajor": true
      }
    },
    "minimatch": {
      "name": "minimatch",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1113459,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
          "url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": "<3.1.3"
        },
        {
          "source": 1113465,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
          "url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": ">=9.0.0 <9.0.6"
        },
        {
          "source": 1113538,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments",
          "url": "https://github.com/advisories/GHSA-7r86-cg39-jmmj",
          "severity": "high",
          "cwe": [
            "CWE-407"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.1.3"
        },
        {
          "source": 1113544,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments",
          "url": "https://github.com/advisories/GHSA-7r86-cg39-jmmj",
          "severity": "high",
          "cwe": [
            "CWE-407"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=9.0.0 <9.0.7"
        },
        {
          "source": 1113546,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions",
          "url": "https://github.com/advisories/GHSA-23c5-xmqv-rm74",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.1.4"
        },
        {
          "source": 1113552,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions",
          "url": "https://github.com/advisories/GHSA-23c5-xmqv-rm74",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=9.0.0 <9.0.7"
        }
      ],
      "effects": [
        "editorconfig",
        "grunt"
      ],
      "range": "<=3.1.3 || 9.0.0 - 9.0.6",
      "nodes": [
        "node_modules/@eslint/eslintrc/node_modules/minimatch",
        "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch",
        "node_modules/editorconfig/node_modules/minimatch",
        "node_modules/eslint/node_modules/minimatch",
        "node_modules/js-beautify/node_modules/minimatch",
        "node_modules/minimatch"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "0.3.17",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 4,
      "critical": 0,
      "total": 4
    },
    "dependencies": {
      "prod": 1,
      "dev": 500,
      "optional": 1,
      "peer": 1,
      "peerOptional": 0,
      "total": 500
    }
  }
}

--- 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.4)
  - Locking composer/spdx-licenses (1.5.9)
  - Locking composer/xdebug-handler (3.0.5)
  - Locking dealerdirect/phpcodesniffer-composer-installer (v1.2.0)
  - Locking doctrine/deprecations (1.1.6)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v49.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.18.0)
  - Locking mediawiki/minus-x (2.0.1)
  - Locking mediawiki/phan-taint-check-plugin (8.0.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.5.2)
  - 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.4.0)
  - Locking phpcsstandards/phpcsutils (1.2.2)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.6.6)
  - Locking phpdocumentor/type-resolver (1.12.0)
  - Locking phpstan/phpdoc-parser (2.3.2)
  - Locking psr/container (2.0.2)
  - Locking psr/log (3.0.2)
  - Locking sabre/event (5.1.7)
  - Locking slevomat/coding-standard (8.22.1)
  - Locking squizlabs/php_codesniffer (3.13.5)
  - Locking symfony/console (v7.4.6)
  - Locking symfony/deprecation-contracts (v3.6.0)
  - Locking symfony/polyfill-ctype (v1.33.0)
  - Locking symfony/polyfill-intl-grapheme (v1.33.0)
  - Locking symfony/polyfill-intl-normalizer (v1.33.0)
  - Locking symfony/polyfill-mbstring (v1.33.0)
  - Locking symfony/polyfill-php80 (v1.33.0)
  - Locking symfony/service-contracts (v3.6.1)
  - Locking symfony/string (v8.0.6)
  - Locking tysonandre/var_representation_polyfill (0.1.3)
  - Locking webmozart/assert (2.1.6)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 41 installs, 0 updates, 0 removals
  - Downloading mustangostang/spyc (0.6.3)
 0/1 [>---------------------------]   0%
 1/1 [============================] 100%
  - Installing composer/installers (v2.3.0): Extracting archive
  - Installing squizlabs/php_codesniffer (3.13.5): Extracting archive
  - Installing dealerdirect/phpcodesniffer-composer-installer (v1.2.0): Extracting archive
  - Installing composer/pcre (3.3.2): Extracting archive
  - Installing phpcsstandards/phpcsutils (1.2.2): Extracting archive
  - Installing phpcsstandards/phpcsextra (1.4.0): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.33.0): Extracting archive
  - Installing composer/spdx-licenses (1.5.9): Extracting archive
  - Installing composer/semver (3.4.4): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v49.0.0): Extracting archive
  - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
  - Installing symfony/polyfill-php80 (v1.33.0): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.33.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.33.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.33.0): Extracting archive
  - Installing symfony/string (v8.0.6): Extracting archive
  - Installing symfony/deprecation-contracts (v3.6.0): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.6.1): Extracting archive
  - Installing symfony/console (v7.4.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 (2.1.6): Extracting archive
  - Installing phpstan/phpdoc-parser (2.3.2): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.6): Extracting archive
  - Installing phpdocumentor/type-resolver (1.12.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.6.6): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing psr/log (3.0.2): Extracting archive
  - Installing composer/xdebug-handler (3.0.5): Extracting archive
  - Installing phan/phan (5.5.2): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (8.0.0): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.18.0): Extracting archive
  - Installing mediawiki/minus-x (2.0.1): 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.22.1): Extracting archive
  0/38 [>---------------------------]   0%
 28/38 [====================>-------]  73%
 37/38 [===========================>]  97%
 38/38 [============================] 100%
4 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
19 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:jsdoc-wmf-theme from 1.1.0 -> 1.2.0
$ /usr/bin/npm install
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@wikimedia/codex-design-tokens@2.3.4',
npm WARN EBADENGINE   required: { node: '>=20.19.1', npm: '>=10.8.1' },
npm WARN EBADENGINE   current: { node: 'v20.19.2', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---

added 500 packages, and audited 501 packages in 6s

117 packages are looking for funding
  run `npm fund` for details

4 high severity vulnerabilities

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

--- end ---
$ package-lock-lint /src/repo/package-lock.json
--- stdout ---
Checking /src/repo/package-lock.json

--- end ---
$ /usr/bin/npm ci
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@wikimedia/codex-design-tokens@2.3.4',
npm WARN EBADENGINE   required: { node: '>=20.19.1', npm: '>=10.8.1' },
npm WARN EBADENGINE   current: { node: 'v20.19.2', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---

added 500 packages, and audited 501 packages in 8s

117 packages are looking for funding
  run `npm fund` for details

4 high severity vulnerabilities

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

--- 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
  676:5   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  731:4   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  731:4   warning  Prefer .then to .fail                                    no-jquery/no-done-fail
  822:17  warning  Prefer Object.assign or the spread operator to $.extend  no-jquery/no-extend
  839:2   warning  Prefer Object.assign or the spread operator to $.extend  no-jquery/no-extend

/src/repo/resources/js/ext.translate.editor.js
   270:4   warning  Prefer .then to .done                                    no-jquery/no-done-fail
   270:4   warning  Prefer .then to .fail                                    no-jquery/no-done-fail
   786:6   warning  Selector extensions are not allowed                      no-jquery/no-sizzle
  1137:22  warning  Prefer .then to .done                                    no-jquery/no-done-fail
  1298:7   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  1659: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
  85:2  warning  Prefer Object.assign or the spread operator to $.extend  no-jquery/no-extend

/src/repo/resources/js/ext.translate.messagerenamedialog.js
   78:22  warning  OOUI button has no label. Even icon-only buttons should set a label with invisibleLabel set to true  mediawiki/no-unlabeled-buttonwidget
  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
  396:9   warning  Selector extensions are not allowed                      no-jquery/no-sizzle
  410:16  warning  Positional selector extensions are not allowed           no-jquery/no-sizzle
  413:5   warning  ES2024 Resizable ArrayBuffer is forbidden                es-x/no-resizable-and-growable-arraybuffers
  426:20  warning  Prefer Object.assign or the spread operator to $.extend  no-jquery/no-extend
  492:4   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  492:4   warning  Prefer .then to .fail                                    no-jquery/no-done-fail
  539: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.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
  561: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
  353:4  warning  Prefer .then to .done  no-jquery/no-done-fail
  353:4  warning  Prefer .then to .fail  no-jquery/no-done-fail
  371:5  warning  Prefer .then to .done  no-jquery/no-done-fail
  371:5  warning  Prefer .then to .fail  no-jquery/no-done-fail

/src/repo/resources/js/ext.translate.special.pagetranslation.js
  19: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
   58:4   warning  Prefer .then to .done                                    no-jquery/no-done-fail
   95:4   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  240:3   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  274:3   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  274:3   warning  Prefer .then to .fail                                    no-jquery/no-done-fail
  669:4   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  740: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/components/AggregateGroupDialog.vue
  134:4  warning  Prefer .then to .done  no-jquery/no-done-fail
  134: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
  49: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
  261:27  warning  Selector extensions are not allowed                                             no-jquery/no-sizzle
  310:3   warning  ResizeObserver.observe() is not supported in Safari 11.1, iOS Safari 11.3-11.4  compat/compat
  310: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

✖ 106 problems (0 errors, 106 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 42 files without errors

Done.

--- end ---
Upgrading c:mediawiki/mediawiki-codesniffer from 49.0.0 -> 50.0.0
Upgrading c:mediawiki/mediawiki-phan-config from 0.18.0 -> 0.19.0
$ /usr/bin/composer update
--- stderr ---
Loading composer repositories with package information
Updating dependencies
Lock file operations: 2 installs, 5 updates, 3 removals
  - Removing microsoft/tolerant-php-parser (v0.1.2)
  - Removing symfony/polyfill-php80 (v1.33.0)
  - Removing tysonandre/var_representation_polyfill (0.1.3)
  - Upgrading mediawiki/mediawiki-codesniffer (v49.0.0 => v50.0.0)
  - Upgrading mediawiki/mediawiki-phan-config (0.18.0 => 0.19.0)
  - Upgrading mediawiki/phan-taint-check-plugin (8.0.0 => 9.0.0)
  - Upgrading phan/phan (5.5.2 => 6.0.1)
  - Locking phan/tolerant-php-parser (v0.2.0)
  - Locking phan/var_representation_polyfill (0.1.4)
  - Upgrading symfony/console (v7.4.6 => v8.0.6)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 2 installs, 5 updates, 3 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Removing tysonandre/var_representation_polyfill (0.1.3)
  - Removing symfony/polyfill-php80 (v1.33.0)
  - Removing microsoft/tolerant-php-parser (v0.1.2)
  - Upgrading mediawiki/mediawiki-codesniffer (v49.0.0 => v50.0.0): Extracting archive
  - Upgrading symfony/console (v7.4.6 => v8.0.6): Extracting archive
  - Installing phan/var_representation_polyfill (0.1.4): Extracting archive
  - Installing phan/tolerant-php-parser (v0.2.0): Extracting archive
  - Upgrading phan/phan (5.5.2 => 6.0.1): Extracting archive
  - Upgrading mediawiki/phan-taint-check-plugin (8.0.0 => 9.0.0): Extracting archive
  - Upgrading mediawiki/mediawiki-phan-config (0.18.0 => 0.19.0): Extracting archive
 0/7 [>---------------------------]   0%
 6/7 [========================>---]  85%
 7/7 [============================] 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 ---

--- end ---
Previously failing phpcs rules: {'MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment', 'Generic.Files.OneObjectStructurePerFile.MultipleFound'}
$ vendor/bin/phpcs --report=json
--- stdout ---
{"totals":{"errors":22,"warnings":157,"fixable":0},"files":{"\/src\/repo\/src\/WebService\/QueryAggregatorAware.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/UnsupportedTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/EventMessageMembershipChangeHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NotEmptyValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/DuplicateAggregateGroupException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/InvalidPageTitleRename.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionNotificationJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ParallelExecutor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/EventMessageGroupStateChangeHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/RemoveRedundantMessageGroupMetadataMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/JsSelectToInput.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/MediaWikiInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/NewTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/NumericalParameterInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateAnnotationStripper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/ReplacementValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/GettextNewlineValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiParameterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/CxserverWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImportTitleFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextParseException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/SupportAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/GroupsAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/PurgeMessageBundleDependenciesJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/FileBasedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationEntitySearchActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextFormatHeaderFieldsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/GetSpecialTranslateOptionsHook.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\/TranslatorInterface\/Insertable\/InsertableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PageDeleteLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/Section.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/EventTranslationReviewHook.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\/src\/Validation\/Validators\/NewlineValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleLuaLibrary.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/PremadeIntuitionTextdomains.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ProgressStatsTableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationIssue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MockEventCreator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/SmartFormatPlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/HtmlTagInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/EditSummariesAid.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\/MessageLoading\/InvalidFilterException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ParsingPlaceholderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SystemUsers\/FuzzyBot.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryMessageGroupSubscriptionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/Yaml.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/IniFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleTranslationLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SystemUsers\/TranslateUserManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/UnicodePluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTitleRenamer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Notifications\/FilterTranslationReviewNotificationsMiddleware.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/BraceBalanceValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/MessageTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageDefinitions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationIssues.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/MessageValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NumericalParameterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/MicrosoftWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/DeleteEqualTranslationsMaintenanceScript.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\/FileFormatSupport\/FlatPhpFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/HookDefinedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/PrintfValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/ThinMessage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageMoveCollection.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/RevTagStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MediaWikiExtensionMessageGroup.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\/Aid\/TTMServerAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiTimeListValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/MessageDefinitionAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/WorkflowStatesMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/AggregateGroupMessageGroupFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationVariable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/CDBMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationQueryResponse.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupReviewStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/__bootstrap.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/SmartFormatPluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/exportTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/createMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CachedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FuzzyTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/HashMessageIndex.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\/PageTranslation\/MigrateTranslatablePageSpecialPage.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":106,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":116,"column":21}]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/CurrentTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/IosVariableValidatorTest.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\/TtmServer\/TtmServerFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/ParsingPlaceholderFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAidDataProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleContent.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\/src\/WebService\/ApertiumCxserverWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/LegacyTranslationAids.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatePerLanguageStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/PrintfValidatorTest.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\/messagegroups\/WikiMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationHelperException.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\/TtmServer\/FakeTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/Aid\/TranslationAidDataProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/BaseValidatorTestCase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/InsertablesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/InsertableRegexValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/UrlInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/GettextPlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupReviewStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importExternalTranslations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/QueryAggregatorAwareTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/findUnsynchronizedDefinitions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NotEmptyValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/GettextNewlineValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorSandbox\/TranslationStashStorageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FuzzyLikeThis.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ServiceCreationFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ProcessAPIMessageGroupsPropertiesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PostInitGroupsHook.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\/TranslatorInterface\/Aid\/DocumentationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Synchronization\/MessageUpdateParameterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/RemoteTTMServerWebService.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":24,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":29,"column":20}]},"\/src\/repo\/tests\/phpunit\/mocks\/MockWikiMessageGroup.php":{"errors":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":42,"column":1}]},"\/src\/repo\/src\/TranslatorInterface\/TranslateEditAddons.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockCacheMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/UnicodePlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/HtmlTagInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/QueryManageMessageGroupsActionApiTest.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\/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\/unit\/Validation\/Validators\/MatchSetValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentDatabaseCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/AndroidXmlFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/UnicodePluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/Message.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/DisplayGroupSynchronizationInfo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/WritableTtmServer.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\/scripts\/migrate-schema2.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExportTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Notifications\/FilterTranslationReviewNotificationsMiddlewareTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/CaighdeanWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceInvalidInputException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/MessageUpdateParameter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslationUnitIssueTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockCustomInsertableSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/backport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MatchSetValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/JavaFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/InsertableRegexValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ImportTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/MessageGroupConfigurationParser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateInterfacePreferences.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/UpdatedDefinitionAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/IosVariableValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/InsertableRubyVariableValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/CheckTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/PythonInterpolationValidator.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\/tests\/phpunit\/unit\/Validation\/Validators\/ReplacementValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionHookHandler.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.i18n.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/data\/validation-exclusion-list.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/UnicodePluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsTableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentCache.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\/tests\/generateRandomSandboxData.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Build\/UpdateConfigNamesMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleDependencyPurger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/GettextDocumentationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/SectionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceConfigurationException.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":126,"column":49}]},"\/src\/repo\/src\/MessageLoading\/RebuildMessageIndexJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/ReviewTranslationActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/StatsTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/GettextFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/UpdateTranslatablePageJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateTitleEnum.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionActionApi.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\/GettextPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupConfiguration\/FileBasedMessageGroupFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiPageNameValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/PageTranslationTaggingTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMetadata.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ModifyMessageGroupStatesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/InsertableFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/PrefillTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/DtdFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/StringMangler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Synchronization\/UpdateMessageJobTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/ScribuntoHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiTimeListValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/DtdFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/BraceBalanceValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ExclusionInclusionListTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentCacheEntry.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/DeleteTranslatableBundleJob.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\/messagegroups\/AggregateMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PrepareTranslatablePageSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/NumericalParameterInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/SmartFormatPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStatusStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupStates.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiLinkValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/SubpageListBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageProcessing\/ArrayFlattenerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiLinkValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/CleanChangesFilters.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/LogNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PageMoveLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidatorFactory.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\/FileFormatSupport\/FileFormatFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AppleFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/PageTranslationParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/ApertiumWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/EscapeCharacterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/BeforeAddModulesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslateAnnotationStripperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/TranslateStatsOutput.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAidsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NumericalParameterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageProcessing\/CsvTranslationImporterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/IniFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiPageNameValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/UrlInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageBundleTranslation\/MessageBundleMessageGroupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Cache\/PersistentDatabaseCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/TranslatablePageIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/InOtherLanguagesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/ManageMessageGroupsActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/GoogleTranslateWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/InsertableRubyVariableValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/HookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/messagegroups\/SubsetMessageGroupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ImportTranslationsFromCsv.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/MessageGroupTestConfig.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleLogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/Insertable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/LogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/EntitySearchTest.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":293,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":329,"column":58}]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AmdFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnit.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandbox.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ExportTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/CombinedInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageSync\/MessageSourceChange.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiParameterValidatorTest.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":420,"column":23}]},"\/src\/repo\/src\/PageTranslation\/MessageGroupSubscriptionHtmlForm.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndexException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NewlineValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/MachineTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/RegexInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/MessageGroupTestTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConfigNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationResult.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/QueryAggregator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageGroupConfiguration\/MediaWikiExtensionsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/TranslatableBundleImportTitleFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/plural-comparison.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\/tests\/phpunit\/MessageProcessing\/StringMatcherTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/PHPVariableLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTranslationHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsDataProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/deleteEqualTranslations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/moveTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CachedMessageGroupFactoryLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/spyc.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupStatesUpdaterJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImportException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/GroupSynchronizationCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/SyncTranslatableBundleStatusMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/BaseMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/MediaWikiInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleExporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TestingParsingPlaceholderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/TranslatablePageTestTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/RegexInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatableBundleMover.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/languagedetector.php":{"errors":2,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":37,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":45,"column":10}]},"\/src\/repo\/src\/FileFormatSupport\/SimpleFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/InitGroupLoadersHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/AppleFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryManageMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Utilities\/ConfigHelperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageHandle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/TranslateReplaceTitle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupAssociationFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/PremadeMediaWikiExtensionGroups.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/GettextPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Statistics\/TranslatorActivityTest.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\/tests\/phpunit\/FileFormatSupport\/AndroidXmlFormatTest.php":{"errors":1,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":143,"column":1}]},"\/src\/repo\/tests\/phpunit\/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\/tests\/phpunit\/Utilities\/UtilitiesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/HooksTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarkOperation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/config.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatorActivityQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FindDeletedTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/queryGroupSyncCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/FileBasedMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ImpossiblePageMove.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionPresentationModel.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/populateFuzzy.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/MessageChangeStorage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/UpdateMessageBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslationUnitTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/ttmserver-export.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Statistics\/MessageGroupStatsTest.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":32,"column":63},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":33,"column":58}]},"\/src\/repo\/src\/Utilities\/Utilities.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageBundleTranslation\/MessageBundleContentTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Utilities\/YamlTest.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\/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\/FileFormatSupport\/JsonFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TtmServer\/FakeTtmServerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageParserTest.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\/Statistics\/QueryTranslationStatsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageMoveOperation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/JsonFormat.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":25,"column":53},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":39,"column":55}]},"\/src\/repo\/src\/TranslatorSandbox\/TranslatorSandboxActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/QueryGroupSyncCacheMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MoveTranslatableBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslationFuzzyUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/FileFormatSupport\/FileFormatFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/poimport.php":{"errors":2,"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":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":239,"column":1}]},"\/src\/repo\/src\/Statistics\/TranslationStatsBase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FileFormatSupport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/EditDistanceStringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MarkForTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ServicesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/ArrayFlattener.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/HookRunnerTest.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":236,"column":49}]},"\/src\/repo\/tests\/phpunit\/unit\/MessageGroupProcessing\/TranslatableBundleStatusStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Services.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatablePageStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/Hooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/SimpleStringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashStorage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/RefreshTranslationProgressStatsMaintenanceScript.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\/unit\/HookDocTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/LanguageStatsSpecialPage.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":244,"column":54}]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/JavaFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/ParserOutputTest.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\/MessageGroupProcessing\/MessageGroupSubscription.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/MarkForTranslationActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importTranslationsFromCsv.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/fuzzy.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/YamlFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SchemaHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleContentHandler.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":597,"column":76},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":641,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":664,"column":38}]},"\/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\/MessageGroupProcessing\/AggregateGroupNotFoundException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupLanguageMismatchException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchTranslationsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ManageMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/translator-stats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryLanguageStatsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MalformedBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ServiceWiring.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/i18n\/Translate.alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/i18n\/Translate.i18n.magic.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/remove-redundant-message-group-metadata.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FindUnsynchronizedDefinitionsMaintenanceScript.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\/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":138,"column":11}]},"\/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\/Utilities\/GettextPluralTest.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\/tests\/phpunit\/MessageLoading\/MessageCollectionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/FatMessage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ClearGroupSyncCacheMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/fallbacks-graph.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashActionApi.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":700,"column":66}]},"\/src\/repo\/src\/TranslatorSandbox\/UserPromotedHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessagePrefixStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Synchronization\/GroupSynchronizationCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/LanguageEditStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroupBase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupSubscriptionTest.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\/MessageGroupProcessing\/MessageGroupSubscriptionStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeWritableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Jobs\/GenericTranslateJob.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\/utils\/MessageSourceChangeTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Validation\/Validators\/MediaWikiPluralValidatorTest.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\/TranslatorSandbox\/TranslateSandboxEmailJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageStatus.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":250,"column":1}]},"\/src\/repo\/scripts\/syncTranslatableBundleStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitReader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchTranslationsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleState.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/CompleteExternalTranslationMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/CleanupTranslationProgressStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/RemoteTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ReviewPerLanguageStats.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":44,"column":60}]},"\/src\/repo\/tests\/phpunit\/messagegroups\/MessageGroupLoaderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/EntitySearch.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExportTranslationsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandboxHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/PageTitleRenamerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/ManageTranslatorSandboxSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashReader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/UserNotSandboxedException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashWriter.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\/messagegroups\/RecentMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/StashedTranslation.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\/tests\/phpunit\/unit\/TtmServer\/TtmServerFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ActiveLanguagesSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessagePrefixMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ManageGroupSynchronizationCacheActionApi.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\/TranslatorActivity.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\/Synchronization\/GroupSynchronizationResponse.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/DeleteTranslatableBundleSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/ReviewTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslationTransverUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageCollection.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CsvTranslationImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryMessageGroupStatsActionApi.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":80,"column":32}]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslateRegistrationStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerMessageUpdateJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/RebuildMessageGroupStatsJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WorkflowStatesMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ReadableTtmServer.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":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":222,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":228,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":238,"column":1}]},"\/src\/repo\/src\/TtmServer\/FakeReadableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/UpdateTranslatorActivityJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/DatabaseMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/LegacyInterfaceHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/DatabaseTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsInterface.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ImportExternalTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/StatisticsUnavailable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatableBundleDeleter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ParsingFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/TranslatablePageMarkerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorSandbox\/TranslateSandboxTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroupOld.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockFileBasedMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/RenderTranslationPageJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/CrossLanguageTranslationSearchQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockMessageCollectionForExport.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\/TtmServer\/ExportTtmServerDumpMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/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\/MessageLoading\/QueryMessageTranslationsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndexStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/SubsetMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/RecentAdditionsMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/Hooks.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":578,"column":37},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":998,"column":81},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":999,"column":35},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1000,"column":35},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1159,"column":69},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1160,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1161,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1162,"column":40}]},"\/src\/repo\/messagegroups\/MessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExternalMessageSourceStateImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/MessageWebImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ParserOutput.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":84,"column":41}]},"\/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":50,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":367,"column":28}]},"\/src\/repo\/src\/PageTranslation\/MoveTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitIssue.php":{"errors":0,"warnings":0,"messages":[]},"\/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":325,"column":42}]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageSettings.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateTitlePageTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/BackportTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/GroupReviewActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryStatsActionApi.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":165,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":603,"column":27}]},"\/src\/repo\/src\/Synchronization\/ImportTranslationsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExternalMessageSourceStateComparator.php":{"errors":0,"warnings":0,"messages":[]}}}

--- end ---
PHPCS run failed
$ vendor/bin/phpcs --report=json
--- stdout ---
{"totals":{"errors":22,"warnings":157,"fixable":0},"files":{"\/src\/repo\/src\/WebService\/QueryAggregatorAware.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/EventMessageMembershipChangeHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/DuplicateAggregateGroupException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NotEmptyValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/UnsupportedTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/JsSelectToInput.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/RemoveRedundantMessageGroupMetadataMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/GettextNewlineValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionNotificationJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiParameterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/EventMessageGroupStateChangeHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImportTitleFactory.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\/PageTranslation\/InvalidPageTitleRename.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/NewTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/MediaWikiInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/NumericalParameterInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/ReplacementValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/CxserverWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateAnnotationStripper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/HTMLJsSelectToInputField.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/PurgeMessageBundleDependenciesJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextParseException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/SmartFormatPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/SupportAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/InsertableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/GettextFormatHeaderFieldsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/GroupsAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/InsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PageDeleteLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/SmartFormatPlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ConfigHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/FileBasedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationIssue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/Section.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/ParsingPlaceholderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleLuaLibrary.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NewlineValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationEntitySearchActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/GetSpecialTranslateOptionsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/HtmlTagInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleTranslationLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ProgressStatsTableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/EditSummariesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SystemUsers\/FuzzyBot.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/SerializedMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/UnicodePluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/InvalidFilterException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MockEventCreator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/EventTranslationReviewHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/NumericalParameterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationIssues.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\/Notifications\/FilterTranslationReviewNotificationsMiddleware.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/PrintfValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/MetaYamlSchemaExtender.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryMessageGroupSubscriptionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SystemUsers\/TranslateUserManager.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/BraceBalanceValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageDefinitions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/IniFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/Yaml.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/MicrosoftWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/MessageValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageStateStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/DeleteEqualTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarkException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FlatPhpFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageMoveCollection.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationQueryResponse.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/RevTagStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/CDBMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TTMServerAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/ThinMessage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/MessageDefinitionAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/MessageTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MediaWikiExtensionMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupReviewStoreTest.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\/MessageGroupConfiguration\/HookDefinedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MigrateTranslatablePageSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/WorkflowStatesMessageGroupLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationVariable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiTimeListValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/EscapeCharacterValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/SmartFormatPluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/AggregateGroupMessageGroupFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/ParsingPlaceholderFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/WikiPageMessageGroupTest.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":24,"column":59},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":25,"column":54}]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/IosVariableValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/HashMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/ApertiumCxserverWebService.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":106,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":116,"column":21}]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleContent.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CachedMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/PrintfValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/CurrentTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/LegacyTranslationAids.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/Aid\/TranslationAidDataProviderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/GettextPlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslationHelperException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/GettextNewlineValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/BaseValidatorTestCase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importExternalTranslations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WikiMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatePerLanguageStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/UpdateTranslatorActivityMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAidDataProvider.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\/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\/MessageGroupProcessing\/AggregateGroupMessageGroupFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NotEmptyValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/UrlInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupReviewStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/QueryAggregatorAwareTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/findUnsynchronizedDefinitions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/__bootstrap.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/exportTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/InsertableRegexValidator.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":42,"column":1}]},"\/src\/repo\/tests\/phpunit\/mocks\/MockCacheMessageGroupLoader.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\/ProcessAPIMessageGroupsPropertiesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/QueryManageMessageGroupsActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PostInitGroupsHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MatchSetValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/Message.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateEditAddons.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/InsertablesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/DocumentationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/UnicodePluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockValidators.php":{"errors":1,"warnings":0,"messages":[{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":25,"column":1}]},"\/src\/repo\/tests\/phpunit\/TranslatorSandbox\/TranslationStashStorageTest.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\/tests\/phpunit\/unit\/Synchronization\/MessageUpdateParameterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/UnicodePlural.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/HtmlTagInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/CaighdeanWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/InsertableRegexValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/createMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockCustomInsertableSuggester.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\/Validation\/CheckTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceInvalidInputException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslationUnitIssueTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/migrate-schema2.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/AndroidXmlFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ImportTranslatableBundleMaintenanceScript.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\/Synchronization\/DisplayGroupSynchronizationInfo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/JavaFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/backport.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\/tests\/phpunit\/unit\/Validation\/Validators\/GettextPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/ReplacementValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MatchSetValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleDependencyPurger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/generateRandomSandboxData.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebServiceConfigurationException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/TranslateInterfacePreferences.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/IosVariableValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Notifications\/FilterTranslationReviewNotificationsMiddlewareTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/UpdateTranslatablePageJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/UnicodePluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/MessageGroupConfigurationParser.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/PythonInterpolationValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/RebuildMessageIndexJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/WritableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/ReviewTranslationActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/PageTranslationTaggingTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/MintCxserverWebService.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":16,"column":32},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":17,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":18,"column":33},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":19,"column":31}]},"\/src\/repo\/src\/Statistics\/TranslationStatsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/data\/Example.i18n.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/data\/validation-exclusion-list.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/InsertableRubyVariableValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateTitleEnum.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiPageNameValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/GettextDocumentationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/PythonInterpolationValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleMetadata.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/PrefillTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FuzzyTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/UpdatedDefinitionAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiTimeListValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ModifyMessageGroupStatesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupConfiguration\/FileBasedMessageGroupFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/BraceBalanceValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/SectionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiLinkValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/ScribuntoHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/StatsTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/DtdFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsTableFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/SmartFormatPluralValidatorTest.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\/DeleteTranslatableBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Synchronization\/UpdateMessageJobTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/GettextFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/DtdFormat.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\/src\/MessageGroupProcessing\/TranslatableBundleStatusStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiLinkValidatorTest.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":126,"column":49}]},"\/src\/repo\/src\/PageTranslation\/PrepareTranslatablePageSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/MediaWikiPageNameValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupStates.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidatorFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupManager.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\/unit\/Validation\/Validators\/EscapeCharacterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ExclusionInclusionListTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/InsertableFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/AggregateMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/LogNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/PageTranslationParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/CleanChangesFilters.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageProcessing\/ArrayFlattenerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/IniFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/ApertiumWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NumericalParameterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/BeforeAddModulesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/GoogleTranslateWebService.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/NumericalParameterInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/tag\/TranslatablePageIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/InsertableRubyVariableValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/UrlInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageProcessing\/CsvTranslationImporterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/PageMoveLogger.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/InOtherLanguagesAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/ManageMessageGroupsActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/FileFormatFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageBundleTranslation\/MessageBundleMessageGroupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AppleFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/SubpageListBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/MediaWikiParameterValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnit.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/TranslationAidsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/messagegroups\/SubsetMessageGroupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslateAnnotationStripperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ExportTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/Insertable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleLogFormatter.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\/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":293,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":329,"column":58}]},"\/src\/repo\/src\/LogFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslatorInterface\/EntitySearchTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Cache\/PersistentDatabaseCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/CombinedInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Validation\/Validators\/NewlineValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/HookHandlerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentDatabaseCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MessageGroupSubscriptionHtmlForm.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/MessageGroupTestConfig.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/ValidationResult.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":420,"column":23}]},"\/src\/repo\/src\/WebService\/QueryAggregator.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\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/RegexInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndexException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/TranslatableBundleImportTitleFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageTranslationHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageGroupConfiguration\/MediaWikiExtensionsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/AmdFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleExporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/GroupSynchronizationCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TranslatorInterface\/Insertable\/MediaWikiInsertablesSuggesterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CachedMessageGroupFactoryLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TestingParsingPlaceholderFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/helpers\/MessageGroupTestTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/InitGroupLoadersHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/plural-comparison.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Aid\/MachineTranslationAid.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/SyncTranslatableBundleStatusMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageProcessing\/StringMatcherTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ImportTranslationsFromCsv.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/deleteEqualTranslations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/moveTranslatableBundle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Validation\/Validators\/GettextPluralValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/stubs\/spyc.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupStatesUpdaterJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/Insertable\/RegexInsertablesSuggester.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/SimpleFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Cache\/PersistentCacheEntry.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageHandle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImportException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageStoreTest.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\/tests\/phpunit\/Statistics\/TranslatorActivityTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupConfiguration\/PremadeMediaWikiExtensionGroups.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\/tests\/phpunit\/helpers\/TranslatablePageTestTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsDataProvider.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatableBundleMover.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExportTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/TranslateStatsOutput.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\/Synchronization\/MessageChangeStorage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/FileFormatSupport\/AppleFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionPresentationModel.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Utilities\/ConfigHelperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/config.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/queryGroupSyncCache.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/FindDeletedTranslationsMaintenanceScript.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\/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\/MessageBundleTranslation\/UpdateMessageBundleJob.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\/PageTranslation\/HooksTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/Utilities.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarkOperation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Utilities\/UtilitiesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/SupportedLanguagesHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslationUnitTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatorActivityQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/populateFuzzy.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/FileBasedMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TtmServer\/FakeTtmServerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageBundleTranslation\/MessageBundleContentTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/StringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/ttmserver-export.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/QueryManageMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/ImpossiblePageMove.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleFactory.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\/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\/MessageGroupProcessing\/AggregateGroupAssociationFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/MessageUpdateParameter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/QueryGroupSyncCacheMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WebService\/TranslationWebService.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\/ConfigNames.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/MarkForTranslationActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Utilities\/YamlTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatablePageStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslationFuzzyUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/JsonFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/TranslatablePageParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslatorSandboxActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryTranslationStatsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/PHPVariableLoader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Diagnostics\/RefreshTranslationProgressStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/PageMoveOperation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Services.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/FileFormatSupport\/FileFormatFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/Hooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ServicesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MessageGroupProcessing\/TranslatableBundleStatusStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Build\/UpdateConfigNamesMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MoveTranslatableBundleJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/EditDistanceStringComparator.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\/FileFormatSupport\/FileFormatSupport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/BaseMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importTranslationsFromCsv.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/fuzzy.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/HookRunnerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Utilities\/StringComparators\/SimpleStringComparator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/HookDocTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsBase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/LanguageStatsSpecialPage.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":244,"column":54}]},"\/src\/repo\/tests\/phpunit\/FileFormatSupport\/JavaFormatTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashStorage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/StringMangler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MessageBundleContentHandler.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\/SchemaHookHandler.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":236,"column":49}]},"\/src\/repo\/src\/FileFormatSupport\/YamlFormat.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PageTranslation\/ParserOutputTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupNotFoundException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageBundleTranslation\/MalformedBundle.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":138,"column":11}]},"\/src\/repo\/i18n\/Translate.alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/i18n\/Translate.i18n.magic.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/remove-redundant-message-group-metadata.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/find-deleted-translations.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/refresh-translation-progress-stats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/fallbacks-graph.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\/PageTranslation\/TranslationPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ServiceWiring.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/FatMessage.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":597,"column":76},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":641,"column":25},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":664,"column":38}]},"\/src\/repo\/src\/Diagnostics\/FindUnsynchronizedDefinitionsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/QueryLanguageStatsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/update-config-names.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscription.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/Utilities\/GettextPluralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/AggregateGroupLanguageMismatchException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/SearchTranslationsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/MarkForTranslationActionApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageLoading\/MessageCollectionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageMarker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/refresh-translatable-pages.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\/scripts\/poimport.php":{"errors":2,"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":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":239,"column":1}]},"\/src\/repo\/src\/MessageGroupProcessing\/MessageGroupSubscriptionStore.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\/src\/Synchronization\/ClearGroupSyncCacheMaintenanceScript.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":250,"column":1}]},"\/src\/repo\/src\/Statistics\/MessagePrefixStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Jobs\/GenericTranslateJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/scripts\/importTranslatableBundle.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\/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\/TranslatorSandbox\/TranslationStashActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitReader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/UserPromotedHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandboxEmailJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/TranslatableBundleState.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/LanguageEditStatsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Synchronization\/GroupSynchronizationCacheTest.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\/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":700,"column":66}]},"\/src\/repo\/src\/Synchronization\/CompleteExternalTranslationMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupSubscriptionTest.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\/Statistics\/ReviewPerLanguageStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExportTranslationsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroupBase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/TranslateReplaceTitle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeWritableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslateSandboxHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/utils\/MessageSourceChangeTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashReader.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Validation\/Validators\/MediaWikiPluralValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/ManageMessageGroupsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/CleanupTranslationProgressStatsMaintenanceScript.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\/TtmServer\/SearchTranslationsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/StashedTranslation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/RemoteTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessagePrefixMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/PageTitleRenamerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/messagegroups\/MessageGroupLoaderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TranslationTransverUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/ManageTranslatorSandboxSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/EntitySearch.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ManageGroupSynchronizationCacheActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/UserNotSandboxedException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslatorActivity.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorSandbox\/TranslationStashWriter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageGroupProcessing\/CsvTranslationImporter.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\/messagegroups\/RecentMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/WorkflowStatesMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/GroupSynchronizationResponse.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/DeleteTranslatableBundleSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/RebuildMessageGroupStatsJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/TtmServer\/TtmServerFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/ActiveLanguagesSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/MessageGroupStatsTable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageProcessing\/ArrayFlattener.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/UpdateTranslatorActivityJob.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\/TranslatorSandbox\/TranslateSandboxTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TranslatorInterface\/ReviewTranslationActionApi.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\/src\/Synchronization\/ImportExternalTranslationsMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatableBundleDeleter.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\/PageTranslation\/ParsingFailure.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/TtmServerMessageUpdateJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MessageGroupProcessing\/MessageGroupsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslateRegistrationStats.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/DatabaseTtmServer.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":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":222,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":228,"column":1},{"message":"Only one object structure is allowed in a file","source":"Generic.Files.OneObjectStructurePerFile.MultipleFound","severity":5,"fixable":false,"type":"ERROR","line":238,"column":1}]},"\/src\/repo\/src\/TtmServer\/ReadableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PageTranslation\/TranslatablePageMarkerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockFileBasedMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/FakeReadableTtmServer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/MessageGroupOld.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\/TranslatorInterface\/LegacyInterfaceHookHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageCollection.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/mocks\/MockMessageCollectionForExport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookRunner.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\/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":44,"column":60}]},"\/src\/repo\/src\/TtmServer\/CrossLanguageTranslationSearchQuery.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/QueryMessageTranslationsActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/DatabaseMessageIndex.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/SubsetMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/MessageWebImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MessageLoading\/MessageIndexStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExternalMessageSourceStateImporter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/messagegroups\/RecentAdditionsMessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/TtmServer\/ExportTtmServerDumpMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/Hooks.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":578,"column":37},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":998,"column":81},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":999,"column":35},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1000,"column":35},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1159,"column":69},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1160,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1161,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1162,"column":40}]},"\/src\/repo\/messagegroups\/MessageGroup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/RenderTranslationPageJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Statistics\/TranslationStatsGraphOptions.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":84,"column":41}]},"\/src\/repo\/src\/PageTranslation\/ParserOutput.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":50,"column":21},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":367,"column":28}]},"\/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\/MessageGroupProcessing\/GroupReviewActionApi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslateTitlePageTranslationHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/BackportTranslationsMaintenanceScript.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\/MoveTranslatableBundleMaintenanceScript.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslatablePageView.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/PageTranslation\/TranslationUnitIssue.php":{"errors":0,"warnings":0,"messages":[]},"\/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":325,"column":42}]},"\/src\/repo\/src\/Statistics\/QueryStatsActionApi.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":165,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":603,"column":27}]},"\/src\/repo\/src\/Synchronization\/ImportTranslationsSpecialPage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Synchronization\/ExternalMessageSourceStateComparator.php":{"errors":0,"warnings":0,"messages":[]}}}

--- end ---
$ git checkout /src/repo/.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.4.18 | 10 parallel jobs
Checked 557 files in 1.8 seconds
No syntax error found
............................................................ 60 / 62 (97%)
..                                                           62 / 62 (100%)


Time: 599ms; Memory: 32MB

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

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "editorconfig": {
      "name": "editorconfig",
      "severity": "high",
      "isDirect": false,
      "via": [
        "minimatch"
      ],
      "effects": [],
      "range": "1.0.3 - 1.0.4 || 2.0.0",
      "nodes": [
        "node_modules/editorconfig"
      ],
      "fixAvailable": true
    },
    "grunt": {
      "name": "grunt",
      "severity": "high",
      "isDirect": true,
      "via": [
        "minimatch"
      ],
      "effects": [
        "grunt-eslint"
      ],
      "range": ">=0.4.0-a",
      "nodes": [
        "node_modules/grunt"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "0.3.17",
        "isSemVerMajor": true
      }
    },
    "grunt-eslint": {
      "name": "grunt-eslint",
      "severity": "high",
      "isDirect": true,
      "via": [
        "grunt"
      ],
      "effects": [],
      "range": "<=1.0.0 || >=18.1.0",
      "nodes": [
        "node_modules/grunt-eslint"
      ],
      "fixAvailable": {
        "name": "grunt-eslint",
        "version": "18.0.0",
        "isSemVerMajor": true
      }
    },
    "minimatch": {
      "name": "minimatch",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1113459,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
          "url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": "<3.1.3"
        },
        {
          "source": 1113465,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
          "url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": ">=9.0.0 <9.0.6"
        },
        {
          "source": 1113538,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments",
          "url": "https://github.com/advisories/GHSA-7r86-cg39-jmmj",
          "severity": "high",
          "cwe": [
            "CWE-407"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.1.3"
        },
        {
          "source": 1113544,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments",
          "url": "https://github.com/advisories/GHSA-7r86-cg39-jmmj",
          "severity": "high",
          "cwe": [
            "CWE-407"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=9.0.0 <9.0.7"
        },
        {
          "source": 1113546,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions",
          "url": "https://github.com/advisories/GHSA-23c5-xmqv-rm74",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.1.4"
        },
        {
          "source": 1113552,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions",
          "url": "https://github.com/advisories/GHSA-23c5-xmqv-rm74",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=9.0.0 <9.0.7"
        }
      ],
      "effects": [
        "editorconfig",
        "grunt"
      ],
      "range": "<=3.1.3 || 9.0.0 - 9.0.6",
      "nodes": [
        "node_modules/@eslint/eslintrc/node_modules/minimatch",
        "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch",
        "node_modules/editorconfig/node_modules/minimatch",
        "node_modules/eslint/node_modules/minimatch",
        "node_modules/js-beautify/node_modules/minimatch",
        "node_modules/minimatch"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "0.3.17",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 4,
      "critical": 0,
      "total": 4
    },
    "dependencies": {
      "prod": 1,
      "dev": 500,
      "optional": 1,
      "peer": 1,
      "peerOptional": 0,
      "total": 500
    }
  }
}

--- end ---
Attempting to npm audit fix
$ /usr/bin/npm audit fix --dry-run --only=dev --json
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@wikimedia/codex-design-tokens@2.3.4',
npm WARN EBADENGINE   required: { node: '>=20.19.1', npm: '>=10.8.1' },
npm WARN EBADENGINE   current: { node: 'v20.19.2', npm: '9.2.0' }
npm WARN EBADENGINE }
--- stdout ---
{
  "added": 0,
  "removed": 0,
  "changed": 6,
  "audited": 501,
  "funding": 116,
  "audit": {
    "auditReportVersion": 2,
    "vulnerabilities": {
      "editorconfig": {
        "name": "editorconfig",
        "severity": "high",
        "isDirect": false,
        "via": [
          "minimatch"
        ],
        "effects": [],
        "range": "1.0.3 - 1.0.4 || 2.0.0",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "grunt": {
        "name": "grunt",
        "severity": "high",
        "isDirect": true,
        "via": [
          "minimatch"
        ],
        "effects": [
          "grunt-eslint"
        ],
        "range": ">=0.4.0-a",
        "nodes": [
          "node_modules/grunt"
        ],
        "fixAvailable": {
          "name": "grunt",
          "version": "0.3.17",
          "isSemVerMajor": true
        }
      },
      "grunt-eslint": {
        "name": "grunt-eslint",
        "severity": "high",
        "isDirect": true,
        "via": [
          "grunt"
        ],
        "effects": [],
        "range": "<=1.0.0 || >=18.1.0",
        "nodes": [
          "node_modules/grunt-eslint"
        ],
        "fixAvailable": {
          "name": "grunt-eslint",
          "version": "18.0.0",
          "isSemVerMajor": true
        }
      },
      "minimatch": {
        "name": "minimatch",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1113459,
            "name": "minimatch",
            "dependency": "minimatch",
            "title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
            "url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26",
            "severity": "high",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 0,
              "vectorString": null
            },
            "range": "<3.1.3"
          },
          {
            "source": 1113465,
            "name": "minimatch",
            "dependency": "minimatch",
            "title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
            "url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26",
            "severity": "high",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 0,
              "vectorString": null
            },
            "range": ">=9.0.0 <9.0.6"
          },
          {
            "source": 1113538,
            "name": "minimatch",
            "dependency": "minimatch",
            "title": "minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments",
            "url": "https://github.com/advisories/GHSA-7r86-cg39-jmmj",
            "severity": "high",
            "cwe": [
              "CWE-407"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<3.1.3"
          },
          {
            "source": 1113544,
            "name": "minimatch",
            "dependency": "minimatch",
            "title": "minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments",
            "url": "https://github.com/advisories/GHSA-7r86-cg39-jmmj",
            "severity": "high",
            "cwe": [
              "CWE-407"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": ">=9.0.0 <9.0.7"
          },
          {
            "source": 1113546,
            "name": "minimatch",
            "dependency": "minimatch",
            "title": "minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions",
            "url": "https://github.com/advisories/GHSA-23c5-xmqv-rm74",
            "severity": "high",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<3.1.4"
          },
          {
            "source": 1113552,
            "name": "minimatch",
            "dependency": "minimatch",
            "title": "minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions",
            "url": "https://github.com/advisories/GHSA-23c5-xmqv-rm74",
            "severity": "high",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": ">=9.0.0 <9.0.7"
          }
        ],
        "effects": [
          "editorconfig",
          "grunt"
        ],
        "range": "<=3.1.3 || 9.0.0 - 9.0.6",
        "nodes": [
          "",
          "",
          "",
          "",
          "",
          "node_modules/minimatch"
        ],
        "fixAvailable": {
          "name": "grunt",
          "version": "0.3.17",
          "isSemVerMajor": true
        }
      }
    },
    "metadata": {
      "vulnerabilities": {
        "info": 0,
        "low": 0,
        "moderate": 0,
        "high": 4,
        "critical": 0,
        "total": 4
      },
      "dependencies": {
        "prod": 1,
        "dev": 500,
        "optional": 1,
        "peer": 1,
        "peerOptional": 0,
        "total": 500
      }
    }
  }
}

--- end ---
{"added": 0, "removed": 0, "changed": 6, "audited": 501, "funding": 116, "audit": {"auditReportVersion": 2, "vulnerabilities": {"editorconfig": {"name": "editorconfig", "severity": "high", "isDirect": false, "via": ["minimatch"], "effects": [], "range": "1.0.3 - 1.0.4 || 2.0.0", "nodes": [""], "fixAvailable": true}, "grunt": {"name": "grunt", "severity": "high", "isDirect": true, "via": ["minimatch"], "effects": ["grunt-eslint"], "range": ">=0.4.0-a", "nodes": ["node_modules/grunt"], "fixAvailable": {"name": "grunt", "version": "0.3.17", "isSemVerMajor": true}}, "grunt-eslint": {"name": "grunt-eslint", "severity": "high", "isDirect": true, "via": ["grunt"], "effects": [], "range": "<=1.0.0 || >=18.1.0", "nodes": ["node_modules/grunt-eslint"], "fixAvailable": {"name": "grunt-eslint", "version": "18.0.0", "isSemVerMajor": true}}, "minimatch": {"name": "minimatch", "severity": "high", "isDirect": false, "via": [{"source": 1113459, "name": "minimatch", "dependency": "minimatch", "title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern", "url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 0, "vectorString": null}, "range": "<3.1.3"}, {"source": 1113465, "name": "minimatch", "dependency": "minimatch", "title": "minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern", "url": "https://github.com/advisories/GHSA-3ppc-4f35-3m26", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 0, "vectorString": null}, "range": ">=9.0.0 <9.0.6"}, {"source": 1113538, "name": "minimatch", "dependency": "minimatch", "title": "minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments", "url": "https://github.com/advisories/GHSA-7r86-cg39-jmmj", "severity": "high", "cwe": ["CWE-407"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<3.1.3"}, {"source": 1113544, "name": "minimatch", "dependency": "minimatch", "title": "minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments", "url": "https://github.com/advisories/GHSA-7r86-cg39-jmmj", "severity": "high", "cwe": ["CWE-407"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=9.0.0 <9.0.7"}, {"source": 1113546, "name": "minimatch", "dependency": "minimatch", "title": "minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions", "url": "https://github.com/advisories/GHSA-23c5-xmqv-rm74", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<3.1.4"}, {"source": 1113552, "name": "minimatch", "dependency": "minimatch", "title": "minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions", "url": "https://github.com/advisories/GHSA-23c5-xmqv-rm74", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=9.0.0 <9.0.7"}], "effects": ["editorconfig", "grunt"], "range": "<=3.1.3 || 9.0.0 - 9.0.6", "nodes": ["", "", "", "", "", "node_modules/minimatch"], "fixAvailable": {"name": "grunt", "version": "0.3.17", "isSemVerMajor": true}}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 0, "high": 4, "critical": 0, "total": 4}, "dependencies": {"prod": 1, "dev": 500, "optional": 1, "peer": 1, "peerOptional": 0, "total": 500}}}}
$ /usr/bin/npm audit fix --only=dev
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@wikimedia/codex-design-tokens@2.3.4',
npm WARN EBADENGINE   required: { node: '>=20.19.1', npm: '>=10.8.1' },
npm WARN EBADENGINE   current: { node: 'v20.19.2', npm: '9.2.0' }
npm WARN EBADENGINE }
--- stdout ---

up to date, audited 501 packages in 2s

116 packages are looking for funding
  run `npm fund` for details

# npm audit report

minimatch  <=3.1.3
Severity: high
minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern - https://github.com/advisories/GHSA-3ppc-4f35-3m26
minimatch has ReDoS: matchOne() combinatorial backtracking via multiple non-adjacent GLOBSTAR segments - https://github.com/advisories/GHSA-7r86-cg39-jmmj
minimatch ReDoS: nested *() extglobs generate catastrophically backtracking regular expressions - https://github.com/advisories/GHSA-23c5-xmqv-rm74
fix available via `npm audit fix --force`
Will install grunt@0.3.17, which is a breaking change
node_modules/minimatch
  grunt  >=0.4.0-a
  Depends on vulnerable versions of minimatch
  node_modules/grunt
    grunt-eslint  <=1.0.0 || >=18.1.0
    Depends on vulnerable versions of grunt
    node_modules/grunt-eslint

3 high severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force

--- end ---
Verifying that tests still pass
$ /usr/bin/npm ci
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@wikimedia/codex-design-tokens@2.3.4',
npm WARN EBADENGINE   required: { node: '>=20.19.1', npm: '>=10.8.1' },
npm WARN EBADENGINE   current: { node: 'v20.19.2', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---

added 500 packages, and audited 501 packages in 6s

116 packages are looking for funding
  run `npm fund` for details

3 high severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

--- 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
  676:5   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  731:4   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  731:4   warning  Prefer .then to .fail                                    no-jquery/no-done-fail
  822:17  warning  Prefer Object.assign or the spread operator to $.extend  no-jquery/no-extend
  839:2   warning  Prefer Object.assign or the spread operator to $.extend  no-jquery/no-extend

/src/repo/resources/js/ext.translate.editor.js
   270:4   warning  Prefer .then to .done                                    no-jquery/no-done-fail
   270:4   warning  Prefer .then to .fail                                    no-jquery/no-done-fail
   786:6   warning  Selector extensions are not allowed                      no-jquery/no-sizzle
  1137:22  warning  Prefer .then to .done                                    no-jquery/no-done-fail
  1298:7   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  1659: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
  85:2  warning  Prefer Object.assign or the spread operator to $.extend  no-jquery/no-extend

/src/repo/resources/js/ext.translate.messagerenamedialog.js
   78:22  warning  OOUI button has no label. Even icon-only buttons should set a label with invisibleLabel set to true  mediawiki/no-unlabeled-buttonwidget
  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
  396:9   warning  Selector extensions are not allowed                      no-jquery/no-sizzle
  410:16  warning  Positional selector extensions are not allowed           no-jquery/no-sizzle
  413:5   warning  ES2024 Resizable ArrayBuffer is forbidden                es-x/no-resizable-and-growable-arraybuffers
  426:20  warning  Prefer Object.assign or the spread operator to $.extend  no-jquery/no-extend
  492:4   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  492:4   warning  Prefer .then to .fail                                    no-jquery/no-done-fail
  539: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.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
  561: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
  353:4  warning  Prefer .then to .done  no-jquery/no-done-fail
  353:4  warning  Prefer .then to .fail  no-jquery/no-done-fail
  371:5  warning  Prefer .then to .done  no-jquery/no-done-fail
  371:5  warning  Prefer .then to .fail  no-jquery/no-done-fail

/src/repo/resources/js/ext.translate.special.pagetranslation.js
  19: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
   58:4   warning  Prefer .then to .done                                    no-jquery/no-done-fail
   95:4   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  240:3   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  274:3   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  274:3   warning  Prefer .then to .fail                                    no-jquery/no-done-fail
  669:4   warning  Prefer .then to .done                                    no-jquery/no-done-fail
  740: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/components/AggregateGroupDialog.vue
  134:4  warning  Prefer .then to .done  no-jquery/no-done-fail
  134: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
  49: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
  261:27  warning  Selector extensions are not allowed                                             no-jquery/no-sizzle
  310:3   warning  ResizeObserver.observe() is not supported in Safari 11.1, iOS Safari 11.3-11.4  compat/compat
  310: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

✖ 106 problems (0 errors, 106 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 42 files without errors

Done.

--- end ---
{}
$ package-lock-lint /src/repo/package-lock.json
--- stdout ---
Checking /src/repo/package-lock.json

--- end ---
build: Updating dependencies

composer:
* mediawiki/mediawiki-codesniffer: 49.0.0 → 50.0.0
* mediawiki/mediawiki-phan-config: 0.18.0 → 0.19.0

npm:
* jsdoc-wmf-theme: 1.1.0 → 1.2.0


$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmp4i4ssga7
--- stdout ---
[master a592a95] build: Updating dependencies
 3 files changed, 56 insertions(+), 57 deletions(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From a592a95b1e4f5edd0c84b56bbbcbd0fd54244b5e Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 2 Mar 2026 21:17:23 +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: 49.0.0 → 50.0.0
* mediawiki/mediawiki-phan-config: 0.18.0 → 0.19.0

npm:
* jsdoc-wmf-theme: 1.1.0 → 1.2.0

Change-Id: If0ca8decec24caf69cc986b09321863eee29c98c
---
 composer.json     |   4 +-
 package-lock.json | 107 +++++++++++++++++++++++-----------------------
 package.json      |   2 +-
 3 files changed, 56 insertions(+), 57 deletions(-)

diff --git a/composer.json b/composer.json
index 4f2f86c..d2831ab 100644
--- a/composer.json
+++ b/composer.json
@@ -54,8 +54,8 @@
 		"mustangostang/spyc": "^0.6.3"
 	},
 	"require-dev": {
-		"mediawiki/mediawiki-codesniffer": "49.0.0",
-		"mediawiki/mediawiki-phan-config": "0.18.0",
+		"mediawiki/mediawiki-codesniffer": "50.0.0",
+		"mediawiki/mediawiki-phan-config": "0.19.0",
 		"mediawiki/minus-x": "2.0.1",
 		"php-parallel-lint/php-console-highlighter": "1.0.0",
 		"php-parallel-lint/php-parallel-lint": "1.4.0",
diff --git a/package-lock.json b/package-lock.json
index 186e021..080eef5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
 				"grunt-eslint": "24.3.0",
 				"grunt-stylelint": "0.20.1",
 				"jsdoc": "4.0.5",
-				"jsdoc-wmf-theme": "1.1.0",
+				"jsdoc-wmf-theme": "1.2.0",
 				"stylelint-config-wikimedia": "0.18.0",
 				"svgo": "3.2.0"
 			}
@@ -297,9 +297,9 @@
 			}
 		},
 		"node_modules/@eslint/eslintrc/node_modules/minimatch": {
-			"version": "3.1.2",
-			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
-			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+			"version": "3.1.5",
+			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+			"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
 			"dev": true,
 			"dependencies": {
 				"brace-expansion": "^1.1.7"
@@ -884,12 +884,12 @@
 			}
 		},
 		"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
-			"version": "9.0.5",
-			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
-			"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+			"version": "9.0.9",
+			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+			"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
 			"dev": true,
 			"dependencies": {
-				"brace-expansion": "^2.0.1"
+				"brace-expansion": "^2.0.2"
 			},
 			"engines": {
 				"node": ">=16 || 14 >=14.17"
@@ -1770,15 +1770,14 @@
 			"license": "MIT"
 		},
 		"node_modules/editorconfig": {
-			"version": "1.0.4",
-			"resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz",
-			"integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==",
+			"version": "1.0.7",
+			"resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.7.tgz",
+			"integrity": "sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==",
 			"dev": true,
-			"license": "MIT",
 			"dependencies": {
 				"@one-ini/wasm": "0.1.1",
 				"commander": "^10.0.0",
-				"minimatch": "9.0.1",
+				"minimatch": "^9.0.1",
 				"semver": "^7.5.3"
 			},
 			"bin": {
@@ -1809,13 +1808,12 @@
 			}
 		},
 		"node_modules/editorconfig/node_modules/minimatch": {
-			"version": "9.0.1",
-			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
-			"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
+			"version": "9.0.9",
+			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+			"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
 			"dev": true,
-			"license": "ISC",
 			"dependencies": {
-				"brace-expansion": "^2.0.1"
+				"brace-expansion": "^2.0.2"
 			},
 			"engines": {
 				"node": ">=16 || 14 >=14.17"
@@ -2462,9 +2460,9 @@
 			}
 		},
 		"node_modules/eslint/node_modules/minimatch": {
-			"version": "3.1.2",
-			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
-			"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+			"version": "3.1.5",
+			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+			"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
 			"dev": true,
 			"dependencies": {
 				"brace-expansion": "^1.1.7"
@@ -3580,13 +3578,12 @@
 			}
 		},
 		"node_modules/js-beautify/node_modules/minimatch": {
-			"version": "9.0.5",
-			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
-			"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+			"version": "9.0.9",
+			"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+			"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
 			"dev": true,
-			"license": "ISC",
 			"dependencies": {
-				"brace-expansion": "^2.0.1"
+				"brace-expansion": "^2.0.2"
 			},
 			"engines": {
 				"node": ">=16 || 14 >=14.17"
@@ -3693,14 +3690,15 @@
 			}
 		},
 		"node_modules/jsdoc-wmf-theme": {
-			"version": "1.1.0",
-			"resolved": "https://registry.npmjs.org/jsdoc-wmf-theme/-/jsdoc-wmf-theme-1.1.0.tgz",
-			"integrity": "sha512-0BQMgaSBmdGRVSiyAF7SMm1mTS59Y5vpPHAFFABcZRL15TIc5UyL88DtrrA1nuKL+jgTBsMgaeu8NDfNstC8RA==",
+			"version": "1.2.0",
+			"resolved": "https://registry.npmjs.org/jsdoc-wmf-theme/-/jsdoc-wmf-theme-1.2.0.tgz",
+			"integrity": "sha512-4eWBcH+3KrAg+qrTOJoNxWqLtra63TbCBXCxsaTvz4x5VsXN4e63/9S4dACX+8GLflcnAEZMp9IJK8RlMwMJ0g==",
 			"dev": true,
 			"dependencies": {
 				"@jsdoc/salty": "^0.2.8",
 				"@wikimedia/codex-design-tokens": "1.1.1",
 				"domino": "^2.1.6",
+				"jsdoc": "^4.0.5",
 				"jsdoc-class-hierarchy": "1.1.2",
 				"lunr": "2.3.9",
 				"marked": "^12.0.2",
@@ -6299,9 +6297,9 @@
 			},
 			"dependencies": {
 				"minimatch": {
-					"version": "3.1.2",
-					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
-					"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+					"version": "3.1.5",
+					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+					"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
 					"dev": true,
 					"requires": {
 						"brace-expansion": "^1.1.7"
@@ -6693,12 +6691,12 @@
 					}
 				},
 				"minimatch": {
-					"version": "9.0.5",
-					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
-					"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+					"version": "9.0.9",
+					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+					"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
 					"dev": true,
 					"requires": {
-						"brace-expansion": "^2.0.1"
+						"brace-expansion": "^2.0.2"
 					}
 				}
 			}
@@ -7319,14 +7317,14 @@
 			"dev": true
 		},
 		"editorconfig": {
-			"version": "1.0.4",
-			"resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz",
-			"integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==",
+			"version": "1.0.7",
+			"resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.7.tgz",
+			"integrity": "sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==",
 			"dev": true,
 			"requires": {
 				"@one-ini/wasm": "0.1.1",
 				"commander": "^10.0.0",
-				"minimatch": "9.0.1",
+				"minimatch": "^9.0.1",
 				"semver": "^7.5.3"
 			},
 			"dependencies": {
@@ -7346,12 +7344,12 @@
 					"dev": true
 				},
 				"minimatch": {
-					"version": "9.0.1",
-					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
-					"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
+					"version": "9.0.9",
+					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+					"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
 					"dev": true,
 					"requires": {
-						"brace-expansion": "^2.0.1"
+						"brace-expansion": "^2.0.2"
 					}
 				}
 			}
@@ -7467,9 +7465,9 @@
 			},
 			"dependencies": {
 				"minimatch": {
-					"version": "3.1.2",
-					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
-					"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+					"version": "3.1.5",
+					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
+					"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
 					"dev": true,
 					"requires": {
 						"brace-expansion": "^1.1.7"
@@ -8613,12 +8611,12 @@
 					}
 				},
 				"minimatch": {
-					"version": "9.0.5",
-					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
-					"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+					"version": "9.0.9",
+					"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
+					"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
 					"dev": true,
 					"requires": {
-						"brace-expansion": "^2.0.1"
+						"brace-expansion": "^2.0.2"
 					}
 				},
 				"nopt": {
@@ -8706,14 +8704,15 @@
 			"dev": true
 		},
 		"jsdoc-wmf-theme": {
-			"version": "1.1.0",
-			"resolved": "https://registry.npmjs.org/jsdoc-wmf-theme/-/jsdoc-wmf-theme-1.1.0.tgz",
-			"integrity": "sha512-0BQMgaSBmdGRVSiyAF7SMm1mTS59Y5vpPHAFFABcZRL15TIc5UyL88DtrrA1nuKL+jgTBsMgaeu8NDfNstC8RA==",
+			"version": "1.2.0",
+			"resolved": "https://registry.npmjs.org/jsdoc-wmf-theme/-/jsdoc-wmf-theme-1.2.0.tgz",
+			"integrity": "sha512-4eWBcH+3KrAg+qrTOJoNxWqLtra63TbCBXCxsaTvz4x5VsXN4e63/9S4dACX+8GLflcnAEZMp9IJK8RlMwMJ0g==",
 			"dev": true,
 			"requires": {
 				"@jsdoc/salty": "^0.2.8",
 				"@wikimedia/codex-design-tokens": "1.1.1",
 				"domino": "^2.1.6",
+				"jsdoc": "^4.0.5",
 				"jsdoc-class-hierarchy": "1.1.2",
 				"lunr": "2.3.9",
 				"marked": "^12.0.2",
diff --git a/package.json b/package.json
index 3a8442d..9bd89dc 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
 		"grunt-eslint": "24.3.0",
 		"grunt-stylelint": "0.20.1",
 		"jsdoc": "4.0.5",
-		"jsdoc-wmf-theme": "1.1.0",
+		"jsdoc-wmf-theme": "1.2.0",
 		"stylelint-config-wikimedia": "0.18.0",
 		"svgo": "3.2.0"
 	}
-- 
2.47.3


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