Skip to content

Support int range in bitwise operations #22344

Support int range in bitwise operations

Support int range in bitwise operations #22344

Triggered via pull request October 13, 2025 17:12
Status Cancelled
Total duration 3m 52s
Artifacts 9

phar.yml

on: pull_request
integration-tests  /  Check PHAR checksum
4s
integration-tests / Check PHAR checksum
Download base SHA PHAR
0s
Download base SHA PHAR
extension-tests  /  Check PHAR checksum
6s
extension-tests / Check PHAR checksum
other-tests  /  Check PHAR checksum
4s
other-tests / Check PHAR checksum
Commit PHAR
0s
Commit PHAR
Matrix: integration-tests / integration-run-phpstan
integration-tests  /  PMMP Tests
1m 31s
integration-tests / PMMP Tests
Matrix: integration-tests / integration-tests
Checksum PHAR
0s
Checksum PHAR
PHAR Prefix Diff
0s
PHAR Prefix Diff
Matrix: extension-tests / tests-extensions
Matrix: other-tests / Other Tests
integration-tests  /  Integration - Update baselines
integration-tests / Integration - Update baselines
Fit to window
Zoom out
Zoom in

Annotations

62 errors
integration-tests / Integration - shipmonk-rnd/phpstan-rules
Process completed with exit code 1.
integration-tests / Integration - shipmonk-rnd/phpstan-rules: src/Rule/AllowComparingOnlyComparableTypesRule.php#L142
No error with identifier offsetAccess.notFound is reported on line 142.
integration-tests / Integration - efabrica-team/phpstan-latte: src/LatteTemplateResolver/Nette/NetteApplicationUIControl.php#L15
Return type array<'object'|class-string> of method Efabrica\PHPStanLatte\LatteTemplateResolver\Nette\NetteApplicationUIControl::getSupportedClasses() can be narrowed to array<class-string>.
integration-tests / Integration - efabrica-team/phpstan-latte: src/LatteContext/Collector/VariableCollector/SetParametersToTemplateVariableCollector.php#L42
Return type array<Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedError|Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedVariable>|null of method Efabrica\PHPStanLatte\LatteContext\Collector\VariableCollector\SetParametersToTemplateVariableCollector::collect() can be narrowed to array<Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedVariable>|null.
integration-tests / Integration - efabrica-team/phpstan-latte: src/LatteContext/Collector/VariableCollector/AssignToTemplateVariableCollector.php#L52
Return type array<Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedError|Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedVariable>|null of method Efabrica\PHPStanLatte\LatteContext\Collector\VariableCollector\AssignToTemplateVariableCollector::collect() can be narrowed to array<Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedVariable>|null.
integration-tests / Integration - efabrica-team/phpstan-latte: src/LatteContext/Collector/VariableCollector/AssignToArrayOfTemplateVariablesCollector.php#L50
Return type array<Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedError|Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedVariable>|null of method Efabrica\PHPStanLatte\LatteContext\Collector\VariableCollector\AssignToArrayOfTemplateVariablesCollector::collect() can be narrowed to array<Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedVariable>|null.
integration-tests / Integration - efabrica-team/phpstan-latte: src/LatteContext/Collector/VariableCollector/AddToTemplateVariableCollector.php#L45
Return type array<Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedError|Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedVariable>|null of method Efabrica\PHPStanLatte\LatteContext\Collector\VariableCollector\AddToTemplateVariableCollector::collect() can be narrowed to array<Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedVariable>|null.
integration-tests / Integration - efabrica-team/phpstan-latte: src/LatteContext/Collector/TemplatePathCollector/SetFileTemplatePathCollector.php#L44
Return type array<Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedError|string>|null of method Efabrica\PHPStanLatte\LatteContext\Collector\TemplatePathCollector\SetFileTemplatePathCollector::collect() can be narrowed to array<string>|null.
integration-tests / Integration - efabrica-team/phpstan-latte: src/LatteContext/CollectedData/CollectedTemplateRender.php#L121
Return type array<Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedError|Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedTemplateRender> of method Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedTemplateRender::buildAll() can be narrowed to array<Efabrica\PHPStanLatte\LatteContext\CollectedData\CollectedTemplateRender>.
integration-tests / Integration - efabrica-team/phpstan-latte: src/Compiler/Compiler/Latte3Compiler.php#L54
Return type array<string, array{object|string, string}|(callable(): mixed)|string> of method Efabrica\PHPStanLatte\Compiler\Compiler\Latte3Compiler::getFunctions() can be narrowed to array<string, array{string, string}|(callable(): mixed)|string>.
integration-tests / Integration - efabrica-team/phpstan-latte: src/Compiler/Compiler/Latte3Compiler.php#L47
Return type array<string, array{object|string, string}|(callable(): mixed)|string> of method Efabrica\PHPStanLatte\Compiler\Compiler\Latte3Compiler::getFilters() can be narrowed to array<string, array{string, string}|(callable(): mixed)|string>.
integration-tests / Integration - efabrica-team/phpstan-latte: src/Compiler/Compiler/Latte2Compiler.php#L97
Return type array<string, array{object|string, string}|(callable(): mixed)|string> of method Efabrica\PHPStanLatte\Compiler\Compiler\Latte2Compiler::getFunctions() can be narrowed to array<string, array{string, string}|(callable(): mixed)|string>.
integration-tests / Integration - bladestan/bladestan
Process completed with exit code 1.
integration-tests / Integration - bladestan/bladestan: src/TemplateCompiler/PHPStan/FileAnalyserProvider.php#L59
Method Bladestan\TemplateCompiler\PHPStan\FileAnalyserProvider::provide() throws checked exception PHPStan\DependencyInjection\MissingServiceException but it's missing from the PHPDoc `@throws` tag.
integration-tests / Integration - bladestan/bladestan: src/NodeAnalyzer/ViewVariableAnalyzer.php#L50
Method Bladestan\NodeAnalyzer\ViewVariableAnalyzer::resolve() throws checked exception ValueError but it's missing from the PHPDoc `@throws` tag.
integration-tests / Integration - bladestan/bladestan: src/Compiler/LivewireTagCompiler.php#L116
Dead catch - RuntimeException is never thrown in the try block.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Rules/SetTemplateDisallowedForBlockRuleUnitTest.php#L80
Parameter #2 $scope of method bitExpert\PHPStan\Magento\Rules\SetTemplateDisallowedForBlockRule::processNode() expects PHPStan\Analyser\NodeCallbackInvoker&PHPStan\Analyser\Scope, PHPStan\Analyser\Scope&PHPUnit\Framework\MockObject\MockObject given.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Rules/SetTemplateDisallowedForBlockRuleUnitTest.php#L66
Parameter #2 $scope of method bitExpert\PHPStan\Magento\Rules\SetTemplateDisallowedForBlockRule::processNode() expects PHPStan\Analyser\NodeCallbackInvoker&PHPStan\Analyser\Scope, PHPStan\Analyser\Scope&PHPUnit\Framework\MockObject\MockObject given.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Rules/ResourceModelsShouldBeUsedDirectlyRuleUnitTest.php#L78
Parameter #2 $scope of method bitExpert\PHPStan\Magento\Rules\ResourceModelsShouldBeUsedDirectlyRule::processNode() expects PHPStan\Analyser\NodeCallbackInvoker&PHPStan\Analyser\Scope, PHPStan\Analyser\Scope&PHPUnit\Framework\MockObject\MockObject given.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Rules/ResourceModelsShouldBeUsedDirectlyRuleUnitTest.php#L64
Parameter #2 $scope of method bitExpert\PHPStan\Magento\Rules\ResourceModelsShouldBeUsedDirectlyRule::processNode() expects PHPStan\Analyser\NodeCallbackInvoker&PHPStan\Analyser\Scope, PHPStan\Analyser\Scope&PHPUnit\Framework\MockObject\MockObject given.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Rules/GetCollectionMockMethodNeedsCollectionSubclassRuleUnitTest.php#L89
Parameter #2 $scope of method bitExpert\PHPStan\Magento\Rules\GetCollectionMockMethodNeedsCollectionSubclassRule::processNode() expects PHPStan\Analyser\NodeCallbackInvoker&PHPStan\Analyser\Scope, PHPStan\Analyser\Scope&PHPUnit\Framework\MockObject\MockObject given.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Rules/GetCollectionMockMethodNeedsCollectionSubclassRuleUnitTest.php#L75
Parameter #2 $scope of method bitExpert\PHPStan\Magento\Rules\GetCollectionMockMethodNeedsCollectionSubclassRule::processNode() expects PHPStan\Analyser\NodeCallbackInvoker&PHPStan\Analyser\Scope, PHPStan\Analyser\Scope&PHPUnit\Framework\MockObject\MockObject given.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Rules/AbstractModelUseServiceContractRuleUnitTest.php#L86
Parameter #2 $scope of method bitExpert\PHPStan\Magento\Rules\AbstractModelUseServiceContractRule::processNode() expects PHPStan\Analyser\NodeCallbackInvoker&PHPStan\Analyser\Scope, PHPStan\Analyser\Scope&PHPUnit\Framework\MockObject\MockObject given.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Rules/AbstractModelUseServiceContractRuleUnitTest.php#L72
Parameter #2 $scope of method bitExpert\PHPStan\Magento\Rules\AbstractModelUseServiceContractRule::processNode() expects PHPStan\Analyser\NodeCallbackInvoker&PHPStan\Analyser\Scope, PHPStan\Analyser\Scope&PHPUnit\Framework\MockObject\MockObject given.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Rules/AbstractModelRetrieveCollectionViaFactoryRuleUnitTest.php#L79
Parameter #2 $scope of method bitExpert\PHPStan\Magento\Rules\AbstractModelRetrieveCollectionViaFactoryRule::processNode() expects PHPStan\Analyser\NodeCallbackInvoker&PHPStan\Analyser\Scope, PHPStan\Analyser\Scope&PHPUnit\Framework\MockObject\MockObject given.
integration-tests / Integration - bitExpert/phpstan-magento: tests/bitExpert/PHPStan/Magento/Rules/AbstractModelRetrieveCollectionViaFactoryRuleUnitTest.php#L65
Parameter #2 $scope of method bitExpert\PHPStan\Magento\Rules\AbstractModelRetrieveCollectionViaFactoryRule::processNode() expects PHPStan\Analyser\NodeCallbackInvoker&PHPStan\Analyser\Scope, PHPStan\Analyser\Scope&PHPUnit\Framework\MockObject\MockObject given.
integration-tests / Integration - sebastianbergmann/phpunit
Process completed with exit code 1.
integration-tests / Integration - sebastianbergmann/phpunit: src/Runner/ErrorHandler.php#L362
Return type list<array{file: string, line: int|null, class?: class-string, function?: string, type: string}> of method PHPUnit\Runner\ErrorHandler::errorStackTrace() can be narrowed to list<array{file: string, line: int, class?: class-string, function?: string, type: string}>.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/TestBuilder.php#L153
Return type array{backupGlobals: bool|null, backupGlobalsExcludeList: list<string>, backupStaticProperties: bool|null, backupStaticPropertiesExcludeList: array<string, list<string>>} of method PHPUnit\Framework\TestBuilder::backupSettings() can be narrowed to array{backupGlobals: true|null, backupGlobalsExcludeList: list<string>, backupStaticProperties: true|null, backupStaticPropertiesExcludeList: array<string, list<string>>}.
integration-tests / Integration - doctrine/dbal
Process completed with exit code 1.
integration-tests / Integration - doctrine/dbal: tests/Tools/DsnParserTest.php#L35
Return type iterable<string, array{string, array{application_name?: string, charset?: string, dbname?: string, defaultTableOptions?: array<string, mixed>, driver?: 'ibm_db2'|'mysqli'|'oci8'|'pdo_mysql'|'pdo_oci'|'pdo_pgsql'|'pdo_sqlite'|'pdo_sqlsrv'|'pgsql'|'sqlite3'|'sqlsrv', driverClass?: class-string<Doctrine\DBAL\Driver>, driverOptions?: array<mixed>, host?: string, ...}}> of method Doctrine\DBAL\Tests\Tools\DsnParserTest::databaseUrls() can be narrowed to iterable<string, array{string, array{application_name?: string, charset?: string, dbname?: string, defaultTableOptions?: array<string, mixed>, driver?: 'ibm_db2'|'mysqli'|'oci8'|'pdo_mysql'|'pdo_oci'|'pdo_pgsql'|'pdo_sqlite'|'pdo_sqlsrv'|'pgsql'|'sqlite3'|'sqlsrv', driverClass?: class-string<Doctrine\DBAL\Driver>, driverOptions?: array<mixed>, host?: string, ...}}>.
integration-tests / Integration - doctrine/dbal: tests/Functional/Query/QueryBuilderTest.php#L340
Return type array<array<string, int|string>> of method Doctrine\DBAL\Tests\Functional\Query\QueryBuilderTest::prepareExpectedRows() can be narrowed to array<array<string, int>>.
integration-tests / PMMP Tests
Process completed with exit code 1.
integration-tests / PMMP Tests: src/crash/CrashDump.php#L242
Possibly invalid array key type float|int<0, max>.
extension-tests / phpstan-doctrine (8.2) make tests
The operation was canceled.
extension-tests / phpstan-doctrine (8.2) make tests
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists
extension-tests / phpstan-doctrine (8.0) make tests
The operation was canceled.
extension-tests / phpstan-doctrine (8.0) make tests
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists
integration-tests / Integration - laravel/framework
The operation was canceled.
integration-tests / Integration - laravel/framework
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists
integration-tests / Integration - shopsys/shopsys
The operation was canceled.
integration-tests / Integration - shopsys/shopsys
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists
extension-tests / phpstan-doctrine (7.4) make tests
The operation was canceled.
extension-tests / phpstan-doctrine (7.4) make tests
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists
integration-tests / Integration - efabrica-team/phpstan-latte tests
The operation was canceled.
integration-tests / Integration - efabrica-team/phpstan-latte tests
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists
integration-tests / Integration - shopware/shopware
The operation was canceled.
integration-tests / Integration - shopware/shopware
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists
integration-tests / Integration - drupal/drupal
The operation was canceled.
integration-tests / Integration - drupal/drupal
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists
integration-tests / Integration - shopsys/shopsys
The operation was canceled.
integration-tests / Integration - shopsys/shopsys
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists
extension-tests / phpstan-doctrine (8.1) make tests
The operation was canceled.
extension-tests / phpstan-doctrine (8.1) make tests
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists
Compile PHAR
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists
Compile PHAR
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists
Compile PHAR
Canceling since a higher priority waiting request for phar-refs/pull/4435/merge exists

Artifacts

Produced during runtime
Name Size Digest
baselines-bladestan-baseline.neon
572 Bytes
sha256:c71f20d9ca0ad33474d032ecd0757bdcc2d76d8399b47d7c78822bfa67ae3aaf
baselines-doctrine-dbal-baseline.neon
1.22 KB
sha256:36ff4d1afe21fe6ff80175ac717bb99125d32a1738d7fbb5ce0300c6f3766b51
baselines-efabrica-phpstan-latte-baseline.neon
982 Bytes
sha256:cdedc052bf12d1478fa8f040d7fe4a78c60c21ea2f9357de8be3f09102937eb5
baselines-magento-baseline.neon
561 Bytes
sha256:e6aaada2ab689013f616271b3f9e29df8205430d21d744b08298002bf68da606
baselines-phpunit-baseline.neon
1.06 KB
sha256:3be48f0ad7697fc5809e19e5804c55354ad9735d92692a83f6cb2ae0343ad76c
baselines-shipmonk-rnd-baseline.neon
198 Bytes
sha256:9b5b21390a9c249501b1198084483ff277f5784001debc81cc2dc5b1ec53f740
phar-file
3.68 MB
sha256:e720d5d6f4b4513254271d1f88b2837a7c438f1dad7ecb14aa4a63966f856176
phar-file-checksum
3.68 MB
sha256:5f375801ff46792fc9772cc474d15b399b45e13dd6018b22cec888a600bfead0
pocketmine-ng-baseline.neon
462 Bytes
sha256:40c579ab27d09b137c6db0a3252c01d5047dcbb39b1c9ad8d31b2b5524b97303