Skip to content

Use isSuperTypeOf() instead of equals() in Bound check #22893

Use isSuperTypeOf() instead of equals() in Bound check

Use isSuperTypeOf() instead of equals() in Bound check #22893

Triggered via pull request November 11, 2025 15:12
Status Failure
Total duration 11m 35s
Artifacts 10

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
4s
extension-tests / Check PHAR checksum
other-tests  /  Check PHAR checksum
8s
other-tests / Check PHAR checksum
Commit PHAR
0s
Commit PHAR
Matrix: integration-tests / integration-run-phpstan
integration-tests  /  PMMP Tests
1m 24s
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
0s
integration-tests / Integration - Update baselines
Fit to window
Zoom out
Zoom in

Annotations

47 errors
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 - nextras/orm
Process completed with exit code 1.
integration-tests / Integration - nextras/orm: src/Entity/AbstractEntity.php#L241
Call to an undefined method object::set().
integration-tests / Integration - nextras/orm: src/Entity/AbstractEntity.php#L239
Call to an undefined method object::onEntityRepositoryAttach().
integration-tests / Integration - nextras/orm: src/Entity/AbstractEntity.php#L237
Call to an undefined method object::onEntityAttach().
integration-tests / Integration - sebastianbergmann/phpunit
Process completed with exit code 1.
integration-tests / Integration - sebastianbergmann/phpunit: src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php#L0
Ignored error pattern "Method PHPUnit\TextUI\XmlConfiguration\SuccessfulSchemaDetectionResult::version() has PHPUnit\Util\Xml\XmlException in PHPDoc `@throws` tag but it's not thrown." (throws.unusedType) in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php was not matched in reported errors.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/MockObject/Runtime/Rule/AnyParameters.php#L0
Ignored error pattern "Method PHPUnit\Framework\MockObject\Rule\AnyParameters::apply() has PHPUnit\Framework\ExpectationFailedException in PHPDoc `@throws` tag but it's not thrown." (throws.unusedType) in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Framework/MockObject/Runtime/Rule/AnyParameters.php was not matched in reported errors.
integration-tests / Integration - bitExpert/phpstan-magento: src/bitExpert/PHPStan/Magento/Autoload/ProxyAutoloader.php#L51
Parameter #1 $key of method PHPStan\Cache\Cache::load() expects non-empty-string, string given.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/Constraint/IsAnything.php#L0
Ignored error pattern "Method PHPUnit\Framework\Constraint\IsAnything::evaluate() has PHPUnit\Framework\ExpectationFailedException in PHPDoc `@throws` tag but it's not thrown." (throws.unusedType) in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Framework/Constraint/IsAnything.php was not matched in reported errors.
integration-tests / Integration - bitExpert/phpstan-magento: src/bitExpert/PHPStan/Magento/Autoload/FactoryAutoloader.php#L54
Parameter #1 $key of method PHPStan\Cache\Cache::load() expects non-empty-string, string given.
integration-tests / Integration - bitExpert/phpstan-magento: src/bitExpert/PHPStan/Magento/Autoload/FactoryAutoloader.php#L53
Parameter #1 $key of method PHPStan\Cache\Cache::save() expects non-empty-string, string given.
integration-tests / Integration - bitExpert/phpstan-magento: src/bitExpert/PHPStan/Magento/Autoload/FactoryAutoloader.php#L51
Parameter #1 $key of method PHPStan\Cache\Cache::load() expects non-empty-string, string given.
integration-tests / Integration - bitExpert/phpstan-magento: src/bitExpert/PHPStan/Magento/Autoload/ExtensionInterfaceAutoloader.php#L70
Parameter #1 $key of method PHPStan\Cache\Cache::load() expects non-empty-string, string given.
integration-tests / Integration - bitExpert/phpstan-magento: src/bitExpert/PHPStan/Magento/Autoload/ExtensionInterfaceAutoloader.php#L69
Parameter #1 $key of method PHPStan\Cache\Cache::save() expects non-empty-string, string given.
integration-tests / Integration - bitExpert/phpstan-magento: src/bitExpert/PHPStan/Magento/Autoload/ExtensionInterfaceAutoloader.php#L67
Parameter #1 $key of method PHPStan\Cache\Cache::load() expects non-empty-string, string given.
integration-tests / Integration - bitExpert/phpstan-magento: src/bitExpert/PHPStan/Magento/Autoload/ExtensionAutoloader.php#L71
Parameter #1 $key of method PHPStan\Cache\Cache::load() expects non-empty-string, string given.
integration-tests / Integration - bitExpert/phpstan-magento: src/bitExpert/PHPStan/Magento/Autoload/ExtensionAutoloader.php#L70
Parameter #1 $key of method PHPStan\Cache\Cache::save() expects non-empty-string, string given.
integration-tests / Integration - bitExpert/phpstan-magento: src/bitExpert/PHPStan/Magento/Autoload/ExtensionAutoloader.php#L68
Parameter #1 $key of method PHPStan\Cache\Cache::load() expects non-empty-string, string given.
integration-tests / Integration - doctrine/orm
Process completed with exit code 1.
integration-tests / Integration - doctrine/orm: src/Internal/Hydration/AbstractHydrator.php#L358
Method Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData() should return array{data: array<array>, newObjects?: array<array{class: ReflectionClass, args: array, obj: object}>, scalars?: array} but returns array{data: array<non-empty-array>, newObjects: array<array{class?: mixed, args: non-empty-array, obj: mixed}>, scalars?: non-empty-array}.
integration-tests / Integration - Rector tests
Process completed with exit code 1.
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>.
integration-tests / Integration - efabrica-team/phpstan-latte tests
Process completed with exit code 1.
integration-tests / Integration - shopsys/shopsys
Process completed with exit code 1.
integration-tests / Integration - shopsys/shopsys
Process completed with exit code 1.
integration-tests / Integration - shopsys/shopsys: packages/framework/src/Model/Product/Search/FilterQuery.php#L729
Method Shopsys\FrameworkBundle\Model\Product\Search\FilterQuery::filterWithActiveSpecialPriceOnly() should return $this(Shopsys\FrameworkBundle\Model\Product\Search\FilterQuery) but returns static(Shopsys\FrameworkBundle\Model\Product\Search\FilterQuery).
integration-tests / Integration - shopsys/shopsys: packages/framework/src/Model/Product/Search/FilterQuery.php#L402
Method Shopsys\FrameworkBundle\Model\Product\Search\FilterQuery::applyOrderingByIdsArray() should return $this(Shopsys\FrameworkBundle\Model\Product\Search\FilterQuery) but returns static(Shopsys\FrameworkBundle\Model\Product\Search\FilterQuery).
integration-tests / Integration - shopware/shopware: src/Core/Content/Product/PropertyGroupSorter.php#L0
Ignored error pattern #^Mixed variable in a `\$sorted\[\$groupId\]\-\>get\('options'\)\-\>\.\.\.\(\)` can skip important errors\. Make sure the type is known$# (typePerfect.noMixedMethodCaller) in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Core/Content/Product/PropertyGroupSorter.php was not matched in reported errors.
integration-tests / Integration - shopware/shopware: src/Core/Content/Product/PropertyGroupSorter.php#L0
Ignored error pattern #^Mixed variable in a `\$sorted\[\$groupId\]\-\>\.\.\.\(\)` can skip important errors\. Make sure the type is known$# (typePerfect.noMixedMethodCaller) in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Core/Content/Product/PropertyGroupSorter.php was not matched in reported errors.
integration-tests / Integration - shopware/shopware: src/Core/Content/Product/PropertyGroupSorter.php#L0
Ignored error pattern #^Mixed variable in a `\$group\-\>get\('options'\)\-\>\.\.\.\(\)` can skip important errors\. Make sure the type is known$# (typePerfect.noMixedMethodCaller) in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Core/Content/Product/PropertyGroupSorter.php was not matched in reported errors.
integration-tests / Integration - shopware/shopware: src/Core/Content/Product/PropertyGroupSorter.php#L0
Ignored error pattern #^Mixed variable in a `\$group\-\>\.\.\.\(\)` can skip important errors\. Make sure the type is known$# (typePerfect.noMixedMethodCaller) in path /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Core/Content/Product/PropertyGroupSorter.php was not matched in reported errors.

Artifacts

Produced during runtime
Name Size Digest
baselines-
119 MB
sha256:8cd91bce9e7abf4ec0e41c62df4e0a364c3d81a8993ce5f6ab01420430d75316
baselines-bladestan-baseline.neon
572 Bytes
sha256:bd67b8fcf1c0b9e6a8b8c87b37461c219389333e0c17c368c167af750060f999
baselines-doctrine-orm-baseline.neon
1.86 KB
sha256:482aa268dd112114ea7c2a29fe98ca297e8d5c5fb006bd310b898319470b5efc
baselines-magento-baseline.neon
670 Bytes
sha256:2d9fe84394b6040ecd7f07925a3215bb566f566712699abb1da2b0bd78715bf8
baselines-nextras-baseline.neon
319 Bytes
sha256:1089d54cedbeaf9234c8d51b32aa4c300446f93d3a8ad8993b8f5820ff939ec8
baselines-phpunit-baseline.neon
674 Bytes
sha256:8e96db07ee02e26e4e6539a38ce420a4923e04b6a9795cced8320e76e79861b5
baselines-shopware-baseline.neon
3.71 KB
sha256:bb7b2a97cf58ee680d3c94ac9cad284820d9d92ae1736917ccd068e64c8054bc
phar-file
3.68 MB
sha256:7e00628250b719efca1b635155c01ebe43de610a9373f5d943f43c89661ed664
phar-file-checksum
3.68 MB
sha256:1039556fa3c7087a9e6fa6679fcd3b6dc5364d95ee2c36bd41060c09bd9250b9
pocketmine-ng-baseline.neon
462 Bytes
sha256:7bdea49999de20fb2c605fd233a6cd10e925f2fb6d81547de6231dc827244fe6