This run took 28 seconds.
From efd8403fe3e6f0816dd4f912668836a51f5e76d8 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Sun, 10 Nov 2024 17:22:39 +0000 Subject: [PATCH] build: Updating mediawiki/mediawiki-codesniffer to 45.0.0 The following sniffs are failing and were disabled: * MediaWiki.Usage.NullableType.ExplicitNullableTypes Change-Id: I0904b02f56bca53d7d6fb1e4111a2307acb6d3f4 --- .phpcs.xml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.phpcs.xml b/.phpcs.xml index d69ac2b..0a6bf35 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -2,6 +2,7 @@ <ruleset> <rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki"> <exclude name="Generic.Metrics.CyclomaticComplexity.TooHigh" /> + <exclude name="MediaWiki.Usage.NullableType.ExplicitNullableTypes" /> <exclude name="MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment" /> </rule> diff --git a/composer.json b/composer.json index 29baef9..9d15f42 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "wikimedia/purtle": "^1.0.7" }, "require-dev": { - "mediawiki/mediawiki-codesniffer": "44.0.0", + "mediawiki/mediawiki-codesniffer": "45.0.0", "mediawiki/mediawiki-phan-config": "0.14.0", "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-console-highlighter": "1.0.0", -- 2.39.2
$ date --- stdout --- Sun Nov 10 17:22:17 UTC 2024 --- end --- $ git clone file:///srv/git/mediawiki-extensions-WikibaseQualityConstraints.git repo --depth=1 -b REL1_43 --- stderr --- Cloning into 'repo'... --- stdout --- --- end --- $ git config user.name libraryupgrader --- stdout --- --- end --- $ git config user.email tools.libraryupgrader@tools.wmflabs.org --- stdout --- --- end --- $ git submodule update --init --- stdout --- --- end --- $ grr init --- stdout --- Installed commit-msg hook. --- end --- $ git show-ref refs/heads/REL1_43 --- stdout --- e042969b35c327f2bfae4a22fb1d561434a43b84 refs/heads/REL1_43 --- end --- $ /usr/bin/npm audit --json --- stdout --- { "auditReportVersion": 2, "vulnerabilities": {}, "metadata": { "vulnerabilities": { "info": 0, "low": 0, "moderate": 0, "high": 0, "critical": 0, "total": 0 }, "dependencies": { "prod": 1, "dev": 499, "optional": 1, "peer": 1, "peerOptional": 0, "total": 499 } } } --- 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: 47 installs, 0 updates, 0 removals - Locking composer/pcre (3.3.1) - Locking composer/semver (3.4.2) - Locking composer/spdx-licenses (1.5.8) - Locking composer/xdebug-handler (3.0.5) - Locking data-values/common (1.1.0) - Locking data-values/data-values (3.1.0) - Locking data-values/geo (4.4.0) - Locking data-values/interfaces (1.0.0) - Locking data-values/number (0.12.3) - Locking data-values/serialization (1.2.5) - Locking data-values/time (1.1.2) - Locking dealerdirect/phpcodesniffer-composer-installer (v1.0.0) - Locking doctrine/deprecations (1.1.3) - Locking felixfbecker/advanced-json-rpc (v3.2.1) - Locking mediawiki/mediawiki-codesniffer (v44.0.0) - Locking mediawiki/mediawiki-phan-config (0.14.0) - Locking mediawiki/minus-x (1.1.3) - Locking mediawiki/phan-taint-check-plugin (6.0.0) - Locking microsoft/tolerant-php-parser (v0.1.2) - Locking netresearch/jsonmapper (v4.5.0) - Locking phan/phan (5.4.3) - Locking php-parallel-lint/php-console-color (v1.0.1) - Locking php-parallel-lint/php-console-highlighter (v1.0.0) - Locking php-parallel-lint/php-parallel-lint (v1.4.0) - Locking phpcsstandards/phpcsextra (1.2.1) - Locking phpcsstandards/phpcsutils (1.0.11) - Locking phpdocumentor/reflection-common (2.2.0) - Locking phpdocumentor/reflection-docblock (5.5.1) - Locking phpdocumentor/type-resolver (1.10.0) - Locking phpstan/phpdoc-parser (1.33.0) - Locking psr/container (2.0.2) - Locking psr/log (3.0.2) - Locking sabre/event (5.1.7) - Locking serialization/serialization (4.0.0) - Locking squizlabs/php_codesniffer (3.9.0) - Locking symfony/console (v7.1.7) - Locking symfony/deprecation-contracts (v3.5.0) - Locking symfony/polyfill-ctype (v1.31.0) - Locking symfony/polyfill-intl-grapheme (v1.31.0) - Locking symfony/polyfill-intl-normalizer (v1.31.0) - Locking symfony/polyfill-mbstring (v1.31.0) - Locking symfony/polyfill-php80 (v1.31.0) - Locking symfony/service-contracts (v3.5.0) - Locking symfony/string (v7.1.6) - Locking tysonandre/var_representation_polyfill (0.1.3) - Locking webmozart/assert (1.11.0) - Locking wikimedia/purtle (v1.0.8) Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 47 installs, 0 updates, 0 removals 0 [>---------------------------] 0 [->--------------------------] - Installing squizlabs/php_codesniffer (3.9.0): Extracting archive - Installing dealerdirect/phpcodesniffer-composer-installer (v1.0.0): Extracting archive - Installing composer/pcre (3.3.1): Extracting archive - Installing symfony/polyfill-php80 (v1.31.0): Extracting archive - Installing data-values/interfaces (1.0.0): Extracting archive - Installing data-values/data-values (3.1.0): Extracting archive - Installing data-values/geo (4.4.0): Extracting archive - Installing data-values/common (1.1.0): Extracting archive - Installing data-values/number (0.12.3): Extracting archive - Installing serialization/serialization (4.0.0): Extracting archive - Installing data-values/serialization (1.2.5): Extracting archive - Installing data-values/time (1.1.2): Extracting archive - Installing phpcsstandards/phpcsutils (1.0.11): Extracting archive - Installing phpcsstandards/phpcsextra (1.2.1): Extracting archive - Installing symfony/polyfill-mbstring (v1.31.0): Extracting archive - Installing composer/spdx-licenses (1.5.8): Extracting archive - Installing composer/semver (3.4.2): Extracting archive - Installing mediawiki/mediawiki-codesniffer (v44.0.0): Extracting archive - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive - Installing symfony/polyfill-intl-normalizer (v1.31.0): Extracting archive - Installing symfony/polyfill-intl-grapheme (v1.31.0): Extracting archive - Installing symfony/polyfill-ctype (v1.31.0): Extracting archive - Installing symfony/string (v7.1.6): Extracting archive - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive - Installing psr/container (2.0.2): Extracting archive - Installing symfony/service-contracts (v3.5.0): Extracting archive - Installing symfony/console (v7.1.7): Extracting archive - Installing sabre/event (5.1.7): Extracting archive - Installing netresearch/jsonmapper (v4.5.0): Extracting archive - Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive - Installing webmozart/assert (1.11.0): Extracting archive - Installing phpstan/phpdoc-parser (1.33.0): Extracting archive - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive - Installing doctrine/deprecations (1.1.3): Extracting archive - Installing phpdocumentor/type-resolver (1.10.0): Extracting archive - Installing phpdocumentor/reflection-docblock (5.5.1): Extracting archive - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive - Installing psr/log (3.0.2): Extracting archive - Installing composer/xdebug-handler (3.0.5): Extracting archive - Installing phan/phan (5.4.3): Extracting archive - Installing mediawiki/phan-taint-check-plugin (6.0.0): Extracting archive - Installing mediawiki/mediawiki-phan-config (0.14.0): Extracting archive - Installing mediawiki/minus-x (1.1.3): Extracting archive - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive - Installing php-parallel-lint/php-parallel-lint (v1.4.0): Extracting archive - Installing wikimedia/purtle (v1.0.8): Extracting archive 0/45 [>---------------------------] 0% 20/45 [============>---------------] 44% 36/45 [======================>-----] 80% 45/45 [============================] 100% Generating autoload files 18 packages you are using are looking for funding. Use the `composer fund` command to find out more! --- stdout --- PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils --- end --- Upgrading c:mediawiki/mediawiki-codesniffer from 44.0.0 -> 45.0.0 $ /usr/bin/composer update --- stderr --- Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 4 updates, 0 removals - Upgrading composer/semver (3.4.2 => 3.4.3) - Upgrading mediawiki/mediawiki-codesniffer (v44.0.0 => v45.0.0) - Upgrading phpcsstandards/phpcsutils (1.0.11 => 1.0.12) - Upgrading squizlabs/php_codesniffer (3.9.0 => 3.10.3) Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 0 installs, 4 updates, 0 removals 0 [>---------------------------] 0 [->--------------------------] - Upgrading squizlabs/php_codesniffer (3.9.0 => 3.10.3): Extracting archive - Upgrading phpcsstandards/phpcsutils (1.0.11 => 1.0.12): Extracting archive - Upgrading composer/semver (3.4.2 => 3.4.3): Extracting archive - Upgrading mediawiki/mediawiki-codesniffer (v44.0.0 => v45.0.0): Extracting archive 0/4 [>---------------------------] 0% 3/4 [=====================>------] 75% 4/4 [============================] 100% Generating autoload files 18 packages you are using are looking for funding. Use the `composer fund` command to find out more! No security vulnerability advisories found --- stdout --- PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils --- end --- Previously failing phpcs rules: {'Generic.Metrics.CyclomaticComplexity.TooHigh', 'MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment'} $ vendor/bin/phpcs --report=json --- stdout --- {"totals":{"errors":88,"warnings":70,"fixable":88},"files":{"\/src\/repo\/src\/ConstraintLookup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintDeserializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Role.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachedEntityIds.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachedCheckConstraintsResponse.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachedArray.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Message\/ViolationMessageRendererFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/ReferenceContext.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ServiceWiring-Wikibase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/ContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Message\/MultilingualTextViolationMessageRenderer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/SparqlHelperException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/PropertyScopeChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/ReferenceChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/TimeValueComparer.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?TimeValueCalculator $timeValueCalculator = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":19,"column":34}]},"\/src\/repo\/src\/ConstraintCheck\/Context\/ContextCursorSerializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/QualifierContext.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/TooManySparqlRequestsException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintSerializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/ValueCountCheckerHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/MultiValueChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/ContextCursorDeserializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/ReferenceContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/ConstraintParameterException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikibaseQualityConstraintsHooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/QualifierChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/EntityTypesParameter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachingMetadata.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?array $array = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":46,"column":37}]},"\/src\/repo\/WikibaseQualityConstraints.alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/EntityTypeChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/SingleValueChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/DependencyMetadata.php":{"errors":2,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?TimeValue $t1 = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":81,"column":43},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?TimeValue $t2 = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":81,"column":65}]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/ValueOnlyChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/SymmetricChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/LabelInLanguageChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/SingleBestValueChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/EntityContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/SparqlHelperMock.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Result\/CheckResultSerializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachedBool.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachedQueryResults.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/Metadata.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/UniqueValueChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Message\/ViolationMessageSerializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintRepositoryLookup.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":75,"column":57}]},"\/src\/repo\/src\/ConstraintCheck\/Result\/NullResult.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachedCheckResults.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/QualifierContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Html\/HtmlTableBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/MainSnakContext.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":132,"column":35}]},"\/src\/repo\/src\/Api\/CheckingResultsSource.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/DefaultConfig.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":20,"column":63}]},"\/src\/repo\/src\/Html\/HtmlTableCellBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/NoneOfChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/MainSnakContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/ApiV2ContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/RangeCheckerHelper.php":{"errors":3,"warnings":2,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?UnitConverter $unitConverter = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":51,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?DataValue $lhs = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":89,"column":36},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?DataValue $rhs = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":89,"column":59},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":167,"column":27},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":169,"column":28}]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/NowValue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TitleParserMock.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/ConflictsWithChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintRepositoryStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PropertyDataTypeLookupMockingTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/QualifiersChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/NoBoundsCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachedBoolTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachedQueryResultsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/CommonsLinkChecker.php":{"errors":0,"warnings":1,"messages":[{"message":"Function's cyclomatic complexity (11) exceeds 10; consider refactoring the function","source":"Generic.Metrics.CyclomaticComplexity.TooHigh","severity":5,"fixable":false,"type":"WARNING","line":105,"column":12}]},"\/src\/repo\/src\/ConstraintCheck\/ItemIdSnakValue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintsServices.php":{"errors":16,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":48,"column":46},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":53,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":58,"column":49},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":63,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":69,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":75,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":81,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":87,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":93,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":98,"column":51},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":102,"column":45},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":106,"column":50},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":111,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":116,"column":46},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":120,"column":43},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":125,"column":9}]},"\/src\/repo\/tests\/phpunit\/Fake\/FakeChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Html\/HtmlTableHeaderBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Job\/CheckConstraintsJobTest.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":38,"column":36}]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/Lexeme\/LanguageChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Fake\/InMemoryConstraintLookup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Message\/ViolationMessageSerializationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Constraint.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Context\/EntityContextCursorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/config.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachedCheckResultsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Fake\/FakeSnakContext.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?StatementListProvidingEntity $entity = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":28,"column":9}]},"\/src\/repo\/tests\/phpunit\/Fake\/InvalidConvertibleTimestamp.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/CheckConstraints.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/ExpiryLock.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Result\/CheckResult.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?ViolationMessage $message = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":109,"column":9}]},"\/src\/repo\/src\/Api\/CheckResultsRenderer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/Context.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/OneOfChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/DiffWithinRangeChecker.php":{"errors":0,"warnings":1,"messages":[{"message":"Function's cyclomatic complexity (12) exceeds 10; consider refactoring the function","source":"Generic.Metrics.CyclomaticComplexity.TooHigh","severity":5,"fixable":false,"type":"WARNING","line":118,"column":12}]},"\/src\/repo\/tests\/phpunit\/Fake\/AppendingContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/CitationNeededCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Api\/ExpiryLockTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/ConstraintChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Message\/ViolationMessageDeserializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/TypeCheckerHelper.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":92,"column":27}]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/RangeChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/CheckConstraintParameters.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":131,"column":28},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":162,"column":32},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":171,"column":28}]},"\/src\/repo\/tests\/phpunit\/Checker\/Lexeme\/LanguageCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/ImportConstraintStatements.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/AbstractContext.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Maintenance\/ImportConstraintEntitiesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/ConnectionCheckerHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/TypeChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/UnitsParameter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ServiceWiring-ConstraintCheckers.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/AllowedUnitsCheckerTest.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?UnitStorage $unitStorage = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":35,"column":46}]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/ContemporaryChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Message\/ViolationMessageRenderer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ConstraintRepositoryStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/DependencyMetadataTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ValueCountChecker\/SingleValueCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Specials\/SpecialConstraintReportTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/ConstraintSerializationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/ResultsCache.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":31,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":50,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":51,"column":33},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":52,"column":35}]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/MetadataTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/TargetRequiredClaimChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachedArrayTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ConnectionChecker\/ConflictsWithCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/MandatoryQualifiersChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Context\/ReferenceContextCursorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/CitationNeededChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/WikibaseQualityConstraintsHooksTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachedEntityIdsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Html\/HtmlTableBuilderTest.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?array $expectedRows = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":108,"column":9}]},"\/src\/repo\/tests\/phpunit\/Unit\/Fake\/InMemoryConstraintLookupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikibaseServices.php":{"errors":2,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":40,"column":45},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":51,"column":57}]},"\/src\/repo\/tests\/phpunit\/Unit\/Context\/QualifierContextCursorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachedCheckConstraintsResponseTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Maintenance\/ImportConstraintStatementsTest.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":71,"column":35}]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/AllowedUnitsChecker.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?UnitConverter $unitConverter = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":41,"column":9}]},"\/src\/repo\/tests\/phpunit\/Unit\/Html\/HtmlTableHeaderBuilderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Context\/MainSnakContextTest.php":{"errors":0,"warnings":6,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":124,"column":48},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":155,"column":48},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":191,"column":48},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":203,"column":67},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":212,"column":48},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":236,"column":48}]},"\/src\/repo\/tests\/phpunit\/Unit\/CachingConstraintLookupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/LabelInLanguageCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikibaseQualityConstraintsSchemaHooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/CachingResultsSource.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/ResultsSource.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ServiceWiring.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":82,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":86,"column":19}]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/FormatChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Result\/CheckResultTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/NoBoundsChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/InverseChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Api\/ResultsCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/CommonsLinkChecker\/CommonsLinkCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Result\/CheckResultDeserializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/TypeChecker\/TypeCheckerHelperTest.php":{"errors":3,"warnings":2,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?EntityLookup $entityLookup = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":45,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?SparqlHelper $sparqlHelper = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":46,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?array $arguments = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":80,"column":48},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":239,"column":54},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":272,"column":48}]},"\/src\/repo\/tests\/phpunit\/Checker\/QualifierChecker\/QualifierCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ConnectionChecker\/ItemCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Result\/CheckResultSerializationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/ValueTypeChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/ImportConstraintEntities.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":100,"column":59}]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/IntegerChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/CheckConstraintsRdf.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":125,"column":45},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":131,"column":45},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":138,"column":45},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":142,"column":26},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":176,"column":45}]},"\/src\/repo\/tests\/phpunit\/Checker\/ValueOnlyCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ConstraintParameters.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":310,"column":67}]},"\/src\/repo\/tests\/phpunit\/Job\/UpdateConstraintsTableJobTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Api\/CheckConstraintParametersTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Context\/ContextCursorSerializationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ReferenceCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/CheckResultsRendererFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Context\/QualifierContextTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/ItemChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ConstraintTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/PropertyScopeCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/PropertyResolvingMediaWikiIntegrationTestCase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Helper\/LoggingHelperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ConstraintRepositoryLookupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Message\/ViolationMessage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/ItemIdSnakValueTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ValueCountChecker\/UniqueValueCheckerTest.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?ConstraintParameterParser $paramParser = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":238,"column":9}]},"\/src\/repo\/tests\/phpunit\/Checker\/RangeChecker\/RangeCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Checker\/ConnectionChecker\/ConnectionCheckerHelperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Context\/MainSnakContextCursorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ServicesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/QualifierChecker\/QualifiersCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ConnectionChecker\/InverseCheckerTest.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":115,"column":55},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":145,"column":63}]},"\/src\/repo\/tests\/phpunit\/Checker\/ConnectionChecker\/SymmetricCheckerTest.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":111,"column":56},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":140,"column":63}]},"\/src\/repo\/tests\/phpunit\/Unit\/Checker\/ValueCountChecker\/ValueCountCheckerHelperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/IntegerCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/EntityTypeCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Helper\/TimeValueComparerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Api\/CheckResultsRendererTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Api\/CheckingResultsSourceTest.php":{"errors":4,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?DelegatingConstraintChecker $checker = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":33,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?array $constraintIds = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":134,"column":17},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?callable $defaultResultsPerContext = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":135,"column":17},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?callable $defaultResultsPerEntity = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":136,"column":17}]},"\/src\/repo\/tests\/phpunit\/Unit\/Html\/HtmlTableCellBuilderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ValueCountChecker\/SingleBestValueCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheckerServices.php":{"errors":31,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":56,"column":53},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":64,"column":44},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":72,"column":59},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":80,"column":49},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":88,"column":47},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":96,"column":49},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":104,"column":50},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":112,"column":59},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":120,"column":45},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":128,"column":55},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":136,"column":44},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":144,"column":49},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":152,"column":51},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":160,"column":50},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":168,"column":51},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":176,"column":46},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":184,"column":51},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":192,"column":45},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":200,"column":49},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":208,"column":49},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":216,"column":48},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":224,"column":52},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":232,"column":55},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":240,"column":50},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":248,"column":46},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":256,"column":47},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":264,"column":54},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":272,"column":53},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":280,"column":52},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":288,"column":54},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":296,"column":55}]},"\/src\/repo\/tests\/phpunit\/Unit\/Helper\/NowValueTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/CachingConstraintLookup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/QualifierChecker\/MandatoryQualifiersCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Context\/ReferenceContextTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Message\/ViolationMessageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Api\/CheckConstraintsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ValueCountChecker\/MultiValueCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ConnectionChecker\/TargetRequiredClaimCheckerTest.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":90,"column":56},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":142,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":173,"column":63}]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/SparqlHelper.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":311,"column":35},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":516,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":517,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":518,"column":26},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":539,"column":50}]},"\/src\/repo\/tests\/phpunit\/Api\/CheckConstraintsRdfTest.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?ResultsSource $cachingResultsSource = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":150,"column":9}]},"\/src\/repo\/tests\/phpunit\/Checker\/RangeChecker\/RangeCheckerHelperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/DummySparqlHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Message\/ViolationMessageRendererTest.php":{"errors":3,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?EntityIdFormatter $entityIdFormatter = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":42,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?ValueFormatter $dataValueFormatter = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":43,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?Config $config = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":44,"column":9}]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/ConstraintParameterParser.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?string $parameterId = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":258,"column":9}]},"\/src\/repo\/tests\/phpunit\/Unit\/Message\/ViolationMessageSerializerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Specials\/SpecialConstraintReport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/DelegatingConstraintChecker.php":{"errors":5,"warnings":2,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?array $constraintIds = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":121,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?callable $defaultResultsPerContext = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":122,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?callable $defaultResultsPerEntity = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":123,"column":9},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":139,"column":46},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?array $constraintIds = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":171,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?callable $defaultResults = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":172,"column":9},{"message":"Function's cyclomatic complexity (20) exceeds 10; consider refactoring the function","source":"Generic.Metrics.CyclomaticComplexity.TooHigh","severity":5,"fixable":false,"type":"WARNING","line":697,"column":13}]},"\/src\/repo\/tests\/phpunit\/Checker\/TypeChecker\/ValueTypeCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/LoggingHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachingMetadataTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Job\/CheckConstraintsJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Message\/ViolationMessageDeserializerTest.php":{"errors":2,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?EntityIdParser $entityIdParser = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":31,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?DataValueFactory $dataValueFactory = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":32,"column":9}]},"\/src\/repo\/tests\/phpunit\/Checker\/RangeChecker\/DiffWithinRangeCheckerTest.php":{"errors":0,"warnings":6,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":312,"column":52},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":410,"column":49},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":411,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":441,"column":52},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":457,"column":49},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":458,"column":51}]},"\/src\/repo\/src\/Job\/UpdateConstraintsTableJob.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":148,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":202,"column":16}]},"\/src\/repo\/tests\/phpunit\/Message\/MultilingualTextViolationMessageRendererTest.php":{"errors":4,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?EntityIdFormatter $entityIdFormatter = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":42,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?ValueFormatter $dataValueFormatter = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":43,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MessageLocalizer $messageLocalizer = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":44,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?Config $config = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":45,"column":9}]},"\/src\/repo\/tests\/phpunit\/Checker\/TypeChecker\/TypeCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Helper\/ConstraintParameterParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/DelegatingConstraintCheckerTest.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":838,"column":15},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1077,"column":44}]},"\/src\/repo\/tests\/phpunit\/Checker\/FormatChecker\/FormatCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Api\/CachingResultsSourceTest.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":978,"column":53}]},"\/src\/repo\/tests\/phpunit\/Checker\/NoneOfCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ResultAssertions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ContemporaryCheckerTest.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":72,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":73,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":74,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":75,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":115,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":116,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":117,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":118,"column":43}]},"\/src\/repo\/tests\/phpunit\/Checker\/OneOfChecker\/OneOfCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Helper\/SparqlHelperTest.php":{"errors":3,"warnings":3,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?Config $config = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":93,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?PropertyDataTypeLookup $dataTypeLookup = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":94,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?LoggingHelper $loggingHelper = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":95,"column":9},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":172,"column":17},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":652,"column":40},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":653,"column":37}]}}} --- end --- PHPCS run failed $ vendor/bin/phpcs --report=json --- stdout --- {"totals":{"errors":88,"warnings":70,"fixable":88},"files":{"\/src\/repo\/src\/ConstraintLookup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachedCheckConstraintsResponse.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachedArray.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Role.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintDeserializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachedEntityIds.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ServiceWiring-Wikibase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/QualifierContext.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/TooManySparqlRequestsException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/ContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/ConstraintParameterException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/ReferenceChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/SparqlHelperException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/ContextCursorDeserializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachingMetadata.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?array $array = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":46,"column":37}]},"\/src\/repo\/src\/ConstraintCheck\/Message\/ViolationMessageRendererFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/QualifierChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/ReferenceContext.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/ContextCursorSerializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/PropertyScopeChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/DependencyMetadata.php":{"errors":2,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?TimeValue $t1 = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":81,"column":43},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?TimeValue $t2 = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":81,"column":65}]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/TimeValueComparer.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?TimeValueCalculator $timeValueCalculator = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":19,"column":34}]},"\/src\/repo\/src\/ConstraintSerializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Message\/MultilingualTextViolationMessageRenderer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/ValueOnlyChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/WikibaseQualityConstraints.alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/MultiValueChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/SingleBestValueChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikibaseQualityConstraintsHooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/Metadata.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachedBool.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/UniqueValueChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/ValueCountCheckerHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachedCheckResults.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Cache\/CachedQueryResults.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/LabelInLanguageChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/MainSnakContext.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":132,"column":35}]},"\/src\/repo\/src\/ConstraintCheck\/Context\/QualifierContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/EntityTypeChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/SparqlHelperMock.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Result\/CheckResultSerializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/EntityTypesParameter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Result\/NullResult.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/CheckingResultsSource.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/SymmetricChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/ReferenceContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/SingleValueChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintRepositoryLookup.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":75,"column":57}]},"\/src\/repo\/src\/ConstraintCheck\/Context\/ApiV2ContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/MainSnakContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/RangeCheckerHelper.php":{"errors":3,"warnings":2,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?UnitConverter $unitConverter = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":51,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?DataValue $lhs = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":89,"column":36},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?DataValue $rhs = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":89,"column":59},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":167,"column":27},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":169,"column":28}]},"\/src\/repo\/src\/Html\/HtmlTableBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/NowValue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/NoneOfChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/ItemIdSnakValue.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/DefaultConfig.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":20,"column":63}]},"\/src\/repo\/src\/ConstraintCheck\/Context\/EntityContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/ConflictsWithChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/TitleParserMock.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Fake\/FakeChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/PropertyDataTypeLookupMockingTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/NoBoundsCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Message\/ViolationMessageSerializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Html\/HtmlTableCellBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintRepositoryStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/Context.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Message\/ViolationMessageSerializationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/QualifiersChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintsServices.php":{"errors":16,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":48,"column":46},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":53,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":58,"column":49},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":63,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":69,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":75,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":81,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":87,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":93,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":98,"column":51},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":102,"column":45},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":106,"column":50},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":111,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":116,"column":46},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":120,"column":43},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":125,"column":9}]},"\/src\/repo\/tests\/phpunit\/Fake\/FakeSnakContext.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?StatementListProvidingEntity $entity = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":28,"column":9}]},"\/src\/repo\/tests\/phpunit\/Job\/CheckConstraintsJobTest.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":38,"column":36}]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachedBoolTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/TypeCheckerHelper.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":92,"column":27}]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachedQueryResultsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/ConstraintChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/CommonsLinkChecker.php":{"errors":0,"warnings":1,"messages":[{"message":"Function's cyclomatic complexity (11) exceeds 10; consider refactoring the function","source":"Generic.Metrics.CyclomaticComplexity.TooHigh","severity":5,"fixable":false,"type":"WARNING","line":105,"column":12}]},"\/src\/repo\/tests\/phpunit\/Unit\/Context\/EntityContextCursorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Fake\/InMemoryConstraintLookup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Fake\/InvalidConvertibleTimestamp.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/config.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachedCheckResultsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/OneOfChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Context\/AbstractContext.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Fake\/AppendingContextCursor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Result\/CheckResult.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?ViolationMessage $message = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":109,"column":9}]},"\/src\/repo\/src\/Html\/HtmlTableHeaderBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/Lexeme\/LanguageChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Constraint.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/CitationNeededCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/ContemporaryChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/UnitsParameter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ServiceWiring-ConstraintCheckers.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/RangeChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/DiffWithinRangeChecker.php":{"errors":0,"warnings":1,"messages":[{"message":"Function's cyclomatic complexity (12) exceeds 10; consider refactoring the function","source":"Generic.Metrics.CyclomaticComplexity.TooHigh","severity":5,"fixable":false,"type":"WARNING","line":118,"column":12}]},"\/src\/repo\/src\/ConstraintStore.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Api\/ExpiryLockTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/CheckConstraintParameters.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":131,"column":28},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":162,"column":32},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":171,"column":28}]},"\/src\/repo\/tests\/phpunit\/ConstraintRepositoryStoreTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/CitationNeededChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/Lexeme\/LanguageCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Maintenance\/ImportConstraintEntitiesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/ConnectionCheckerHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/MandatoryQualifiersChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/CheckConstraints.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/ImportConstraintStatements.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ValueCountChecker\/SingleValueCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/MetadataTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Message\/ViolationMessageDeserializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/ResultsCache.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":31,"column":20},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":50,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":51,"column":33},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":52,"column":35}]},"\/src\/repo\/tests\/phpunit\/Unit\/Context\/QualifierContextCursorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/WikibaseQualityConstraintsHooksTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachedEntityIdsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/ConstraintSerializationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Result\/CheckResultDeserializer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/TypeChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Result\/CheckResultTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/TargetRequiredClaimChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/LabelInLanguageCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/DependencyMetadataTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikibaseServices.php":{"errors":2,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":40,"column":45},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":51,"column":57}]},"\/src\/repo\/tests\/phpunit\/Checker\/ConnectionChecker\/ConflictsWithCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachedCheckConstraintsResponseTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Message\/ViolationMessageRenderer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Fake\/InMemoryConstraintLookupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Html\/HtmlTableBuilderTest.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?array $expectedRows = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":108,"column":9}]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/IntegerChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/AllowedUnitsChecker.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?UnitConverter $unitConverter = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":41,"column":9}]},"\/src\/repo\/src\/WikibaseQualityConstraintsSchemaHooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/ExpiryLock.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/CommonsLinkChecker\/CommonsLinkCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachedArrayTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/AllowedUnitsCheckerTest.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?UnitStorage $unitStorage = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":35,"column":46}]},"\/src\/repo\/src\/ServiceWiring.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":82,"column":23},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":86,"column":19}]},"\/src\/repo\/tests\/phpunit\/Maintenance\/ImportConstraintStatementsTest.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":71,"column":35}]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/FormatChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Context\/ReferenceContextCursorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/CachingResultsSource.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Html\/HtmlTableHeaderBuilderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/InverseChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/CachingConstraintLookupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/ResultsSource.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Result\/CheckResultSerializationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/QualifierChecker\/QualifierCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/ValueTypeChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/NoBoundsChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Context\/ContextCursorSerializationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Context\/MainSnakContextTest.php":{"errors":0,"warnings":6,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":124,"column":48},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":155,"column":48},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":191,"column":48},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":203,"column":67},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":212,"column":48},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":236,"column":48}]},"\/src\/repo\/tests\/phpunit\/Api\/CheckConstraintParametersTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Specials\/SpecialConstraintReportTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ConnectionChecker\/ItemCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ConstraintParameters.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":310,"column":67}]},"\/src\/repo\/tests\/phpunit\/Checker\/ValueOnlyCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/PropertyScopeCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/ItemIdSnakValueTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/CheckResultsRenderer.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/RangeChecker\/RangeCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Checker\/ItemChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ConstraintRepositoryLookupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Api\/ResultsCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Context\/MainSnakContextCursorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/ImportConstraintEntities.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":100,"column":59}]},"\/src\/repo\/tests\/phpunit\/ServicesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/QualifierChecker\/QualifiersCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Context\/QualifierContextTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Api\/CheckConstraintsRdf.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":125,"column":45},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":131,"column":45},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":138,"column":45},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":142,"column":26},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":176,"column":45}]},"\/src\/repo\/tests\/phpunit\/Checker\/TypeChecker\/TypeCheckerHelperTest.php":{"errors":3,"warnings":2,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?EntityLookup $entityLookup = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":45,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?SparqlHelper $sparqlHelper = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":46,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?array $arguments = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":80,"column":48},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":239,"column":54},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":272,"column":48}]},"\/src\/repo\/src\/ConstraintCheck\/Message\/ViolationMessage.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ConnectionChecker\/InverseCheckerTest.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":115,"column":55},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":145,"column":63}]},"\/src\/repo\/src\/Api\/CheckResultsRendererFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/QualifierChecker\/MandatoryQualifiersCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Job\/UpdateConstraintsTableJobTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Helper\/TimeValueComparerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/IntegerCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheckerServices.php":{"errors":31,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":56,"column":53},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":64,"column":44},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":72,"column":59},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":80,"column":49},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":88,"column":47},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":96,"column":49},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":104,"column":50},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":112,"column":59},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":120,"column":45},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":128,"column":55},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":136,"column":44},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":144,"column":49},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":152,"column":51},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":160,"column":50},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":168,"column":51},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":176,"column":46},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":184,"column":51},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":192,"column":45},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":200,"column":49},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":208,"column":49},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":216,"column":48},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":224,"column":52},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":232,"column":55},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":240,"column":50},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":248,"column":46},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":256,"column":47},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":264,"column":54},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":272,"column":53},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":280,"column":52},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":288,"column":54},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MediaWikiServices $services = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":296,"column":55}]},"\/src\/repo\/tests\/phpunit\/Unit\/Checker\/ConnectionChecker\/ConnectionCheckerHelperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/CachingConstraintLookup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/ConstraintTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Context\/ReferenceContextTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Helper\/NowValueTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ReferenceCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/PropertyResolvingMediaWikiIntegrationTestCase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Checker\/ValueCountChecker\/ValueCountCheckerHelperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Api\/CheckResultsRendererTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Message\/ViolationMessageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Helper\/LoggingHelperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ValueCountChecker\/UniqueValueCheckerTest.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?ConstraintParameterParser $paramParser = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":238,"column":9}]},"\/src\/repo\/tests\/phpunit\/Checker\/ConnectionChecker\/SymmetricCheckerTest.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":111,"column":56},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":140,"column":63}]},"\/src\/repo\/tests\/phpunit\/Unit\/Html\/HtmlTableCellBuilderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Api\/CheckConstraintsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/EntityTypeCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/SparqlHelper.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":311,"column":35},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":516,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":517,"column":22},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":518,"column":26},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":539,"column":50}]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/DummySparqlHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ValueCountChecker\/SingleBestValueCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Message\/ViolationMessageRendererTest.php":{"errors":3,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?EntityIdFormatter $entityIdFormatter = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":42,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?ValueFormatter $dataValueFormatter = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":43,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?Config $config = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":44,"column":9}]},"\/src\/repo\/tests\/phpunit\/Unit\/Api\/CheckingResultsSourceTest.php":{"errors":4,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?DelegatingConstraintChecker $checker = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":33,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?array $constraintIds = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":134,"column":17},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?callable $defaultResultsPerContext = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":135,"column":17},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?callable $defaultResultsPerEntity = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":136,"column":17}]},"\/src\/repo\/tests\/phpunit\/Api\/CheckConstraintsRdfTest.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?ResultsSource $cachingResultsSource = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":150,"column":9}]},"\/src\/repo\/tests\/phpunit\/Checker\/RangeChecker\/RangeCheckerHelperTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/ConstraintParameterParser.php":{"errors":1,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?string $parameterId = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":258,"column":9}]},"\/src\/repo\/tests\/phpunit\/Unit\/Message\/ViolationMessageSerializerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ConnectionChecker\/TargetRequiredClaimCheckerTest.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":90,"column":56},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":142,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":173,"column":63}]},"\/src\/repo\/tests\/phpunit\/Checker\/ValueCountChecker\/MultiValueCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Specials\/SpecialConstraintReport.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/RangeChecker\/DiffWithinRangeCheckerTest.php":{"errors":0,"warnings":6,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":312,"column":52},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":410,"column":49},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":411,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":441,"column":52},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":457,"column":49},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":458,"column":51}]},"\/src\/repo\/tests\/phpunit\/Checker\/TypeChecker\/ValueTypeCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Unit\/Cache\/CachingMetadataTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/Helper\/LoggingHelper.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Message\/ViolationMessageDeserializerTest.php":{"errors":2,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?EntityIdParser $entityIdParser = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":31,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?DataValueFactory $dataValueFactory = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":32,"column":9}]},"\/src\/repo\/src\/Job\/CheckConstraintsJob.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/ConstraintCheck\/DelegatingConstraintChecker.php":{"errors":5,"warnings":2,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?array $constraintIds = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":121,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?callable $defaultResultsPerContext = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":122,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?callable $defaultResultsPerEntity = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":123,"column":9},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":139,"column":46},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?array $constraintIds = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":171,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?callable $defaultResults = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":172,"column":9},{"message":"Function's cyclomatic complexity (20) exceeds 10; consider refactoring the function","source":"Generic.Metrics.CyclomaticComplexity.TooHigh","severity":5,"fixable":false,"type":"WARNING","line":697,"column":13}]},"\/src\/repo\/tests\/phpunit\/Message\/MultilingualTextViolationMessageRendererTest.php":{"errors":4,"warnings":0,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?EntityIdFormatter $entityIdFormatter = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":42,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?ValueFormatter $dataValueFormatter = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":43,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?MessageLocalizer $messageLocalizer = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":44,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?Config $config = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":45,"column":9}]},"\/src\/repo\/src\/Job\/UpdateConstraintsTableJob.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":148,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":202,"column":16}]},"\/src\/repo\/tests\/phpunit\/Checker\/FormatChecker\/FormatCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/NoneOfCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/TypeChecker\/TypeCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/DelegatingConstraintCheckerTest.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":838,"column":15},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1077,"column":44}]},"\/src\/repo\/tests\/phpunit\/Api\/CachingResultsSourceTest.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":978,"column":53}]},"\/src\/repo\/tests\/phpunit\/ResultAssertions.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Helper\/ConstraintParameterParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Checker\/ContemporaryCheckerTest.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":72,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":73,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":74,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":75,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":115,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":116,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":117,"column":43},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":118,"column":43}]},"\/src\/repo\/tests\/phpunit\/Checker\/OneOfChecker\/OneOfCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/Helper\/SparqlHelperTest.php":{"errors":3,"warnings":3,"messages":[{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?Config $config = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":93,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?PropertyDataTypeLookup $dataTypeLookup = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":94,"column":9},{"message":"Use PHP 8.4 compatible syntax for explicit nullable types (\"?LoggingHelper $loggingHelper = null\")","source":"MediaWiki.Usage.NullableType.ExplicitNullableTypes","severity":5,"fixable":true,"type":"ERROR","line":95,"column":9},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":172,"column":17},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":652,"column":40},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":653,"column":37}]}}} --- end --- * sniff MediaWiki.Usage.NullableType.ExplicitNullableTypes is now failing $ git checkout .phpcs.xml --- stderr --- Updated 1 path from the index --- stdout --- --- end --- $ /usr/bin/composer install --- stderr --- Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Nothing to install, update or remove Generating autoload files 18 packages you are using are looking for funding. Use the `composer fund` command to find out more! --- stdout --- --- end --- $ /usr/bin/composer test --- stderr --- > composer validate --no-interaction > parallel-lint . --exclude vendor --exclude node_modules > phpcs -sp --cache > minus-x check . --- stdout --- ./composer.json is valid PHP 8.2.20 | 10 parallel jobs ............................................................ 60/222 ( 27%) ............................................................ 120/222 ( 54%) ............................................................ 180/222 ( 81%) .......................................... 222/222 (100%) Checked 222 files in 0.9 seconds No syntax error found ........................................................ 56 / 56 (100%) Time: 412ms; Memory: 18MB MinusX ====== Processing /src/repo... ............................................................. ............................................................. ............................................................. ............................................................. ............................................................. ............................................................. ............................................. All good! --- end --- $ /usr/bin/npm audit --json --- stdout --- { "auditReportVersion": 2, "vulnerabilities": {}, "metadata": { "vulnerabilities": { "info": 0, "low": 0, "moderate": 0, "high": 0, "critical": 0, "total": 0 }, "dependencies": { "prod": 1, "dev": 499, "optional": 1, "peer": 1, "peerOptional": 0, "total": 499 } } } --- end --- $ package-lock-lint package-lock.json --- stdout --- Checking package-lock.json --- end --- build: Updating mediawiki/mediawiki-codesniffer to 45.0.0 The following sniffs are failing and were disabled: * MediaWiki.Usage.NullableType.ExplicitNullableTypes $ git add . --- stdout --- --- end --- $ git commit -F /tmp/tmpgd2sykb5 --- stdout --- [REL1_43 efd8403] build: Updating mediawiki/mediawiki-codesniffer to 45.0.0 2 files changed, 2 insertions(+), 1 deletion(-) --- end --- $ git format-patch HEAD~1 --stdout --- stdout --- From efd8403fe3e6f0816dd4f912668836a51f5e76d8 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Sun, 10 Nov 2024 17:22:39 +0000 Subject: [PATCH] build: Updating mediawiki/mediawiki-codesniffer to 45.0.0 The following sniffs are failing and were disabled: * MediaWiki.Usage.NullableType.ExplicitNullableTypes Change-Id: I0904b02f56bca53d7d6fb1e4111a2307acb6d3f4 --- .phpcs.xml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.phpcs.xml b/.phpcs.xml index d69ac2b..0a6bf35 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -2,6 +2,7 @@ <ruleset> <rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki"> <exclude name="Generic.Metrics.CyclomaticComplexity.TooHigh" /> + <exclude name="MediaWiki.Usage.NullableType.ExplicitNullableTypes" /> <exclude name="MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment" /> </rule> diff --git a/composer.json b/composer.json index 29baef9..9d15f42 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "wikimedia/purtle": "^1.0.7" }, "require-dev": { - "mediawiki/mediawiki-codesniffer": "44.0.0", + "mediawiki/mediawiki-codesniffer": "45.0.0", "mediawiki/mediawiki-phan-config": "0.14.0", "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-console-highlighter": "1.0.0", -- 2.39.2 --- end ---