Skip to content

Infer mixed~array<mixed> | array<string> #22292

Infer mixed~array<mixed> | array<string>

Infer mixed~array<mixed> | array<string> #22292

Triggered via pull request October 10, 2025 09:38
Status Failure
Total duration 11m 17s
Artifacts 12

phar.yml

on: pull_request
integration-tests  /  Check PHAR checksum
5s
integration-tests / Check PHAR checksum
Download base SHA PHAR
Download base SHA PHAR
extension-tests  /  Check PHAR checksum
4s
extension-tests / Check PHAR checksum
other-tests  /  Check PHAR checksum
6s
other-tests / Check PHAR checksum
Commit PHAR
Commit PHAR
Matrix: integration-tests / integration-run-phpstan
integration-tests  /  PMMP Tests
1m 21s
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

44 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 - 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 - Roave/BetterReflection
Process completed with exit code 1.
integration-tests / Integration - Roave/BetterReflection: test/unit/NodeCompiler/CompileNodeToValueTest.php#L906
Method Roave\BetterReflection\SourceLocator\Ast\Locator@anonymous/test/unit/NodeCompiler/CompileNodeToValueTest.php:848::findReflectionsOfType() has Roave\BetterReflection\SourceLocator\Ast\Exception\ParseToAstFailure in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - Roave/BetterReflection: test/unit/NodeCompiler/CompileNodeToValueTest.php#L862
Method Roave\BetterReflection\SourceLocator\Located\LocatedSource@anonymous/test/unit/NodeCompiler/CompileNodeToValueTest.php:861::__construct() has Roave\BetterReflection\SourceLocator\Exception\InvalidFileLocation in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - Roave/BetterReflection: test/unit/NodeCompiler/CompileNodeToValueTest.php#L862
Method Roave\BetterReflection\SourceLocator\Located\LocatedSource@anonymous/test/unit/NodeCompiler/CompileNodeToValueTest.php:861::__construct() has InvalidArgumentException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - Roave/BetterReflection: src/Reflection/Adapter/ReflectionParameter.php#L210
Method Roave\BetterReflection\Reflection\Adapter\ReflectionParameter::getDefaultValueConstantName() has ReflectionException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - Roave/BetterReflection: src/Reflection/Adapter/ReflectionParameter.php#L200
Method Roave\BetterReflection\Reflection\Adapter\ReflectionParameter::getDefaultValue() has ReflectionException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - doctrine/dbal
Process completed with exit code 1.
integration-tests / Integration - doctrine/dbal: tests/ConnectionTest.php#L741
Method Doctrine\DBAL\Connection@anonymous/tests/ConnectionTest.php:735::rollBack() has Doctrine\DBAL\Exception in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - doctrine/dbal: tests/ConnectionTest.php#L736
Method Doctrine\DBAL\Connection@anonymous/tests/ConnectionTest.php:735::commit() has Doctrine\DBAL\Exception in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - doctrine/dbal: src/Driver/SQLite3/Result.php#L66
Method Doctrine\DBAL\Driver\SQLite3\Result::rowCount() has Doctrine\DBAL\Driver\Exception in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - sebastianbergmann/phpunit
Process completed with exit code 1.
integration-tests / Integration - sebastianbergmann/phpunit: src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php#L42
Method PHPUnit\TextUI\XmlConfiguration\SuccessfulSchemaDetectionResult::version() has PHPUnit\Util\Xml\XmlException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/MockObject/Runtime/Rule/AnyParameters.php#L21
Method PHPUnit\Framework\MockObject\Rule\AnyParameters::apply() has PHPUnit\Framework\ExpectationFailedException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - sebastianbergmann/phpunit: src/Framework/Constraint/IsAnything.php#L27
Method PHPUnit\Framework\Constraint\IsAnything::evaluate() has PHPUnit\Framework\ExpectationFailedException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - doctrine/orm
Process completed with exit code 1.
integration-tests / Integration - doctrine/orm: src/EntityManager.php#L479
Method Doctrine\ORM\EntityManager::lock() has Doctrine\ORM\PessimisticLockException in PHPDoc `@throws` tag but it's not thrown.
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 / PMMP Tests: src/block/tile/SporeBlossom.php#L38
Method pocketmine\block\tile\SporeBlossom::readSaveData() has pocketmine\nbt\NbtDataException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - Sylius/Sylius
Process completed with exit code 1.
integration-tests / Integration - Sylius/Sylius: src/Sylius/Component/User/Security/Checker/EnabledUserChecker.php#L37
Method Sylius\Component\User\Security\Checker\EnabledUserChecker::checkPostAuth() has Symfony\Component\Security\Core\Exception\AccountStatusException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - Sylius/Sylius: src/Sylius/Component/Locale/Context/ImmutableLocaleContext.php#L22
Method Sylius\Component\Locale\Context\ImmutableLocaleContext::getLocaleCode() has Sylius\Component\Locale\Context\LocaleNotFoundException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - Sylius/Sylius: src/Sylius/Bundle/UserBundle/Form/UserVerifiedAtToBooleanTransformer.php#L25
Method Sylius\Bundle\UserBundle\Form\UserVerifiedAtToBooleanTransformer::reverseTransform() has Symfony\Component\Form\Exception\TransformationFailedException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - Sylius/Sylius: src/Sylius/Bundle/UserBundle/Form/UserVerifiedAtToBooleanTransformer.php#L20
Method Sylius\Bundle\UserBundle\Form\UserVerifiedAtToBooleanTransformer::transform() has Symfony\Component\Form\Exception\TransformationFailedException in PHPDoc `@throws` tag but it's not thrown.
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/Form/AbstractFileUploadType.php#L67
Method Shopsys\FrameworkBundle\Form\AbstractFileUploadType::transform() has Symfony\Component\Form\Exception\TransformationFailedException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - shopsys/shopsys: packages/framework/src/Form/AbstractFileUploadType.php#L57
Method Shopsys\FrameworkBundle\Form\AbstractFileUploadType::reverseTransform() has Symfony\Component\Form\Exception\TransformationFailedException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - shopware/shopware
Process completed with exit code 1.
integration-tests / Integration - shopware/shopware: tests/integration/Core/Content/Seo/SeoUrlGeneratorTest.php#L371
Method Psr\Log\AbstractLogger@anonymous/tests/integration/Core/Content/Seo/SeoUrlGeneratorTest.php:361::log() has Psr\Log\InvalidArgumentException in PHPDoc `@throws` tag but it's not thrown.
integration-tests / Integration - shopware/shopware: src/Elasticsearch/Framework/ElasticsearchFieldMapper.php#L142
No error with identifier function.unresolvableReturnType is reported on line 142.
integration-tests / Integration - shopware/shopware: src/Elasticsearch/Framework/ElasticsearchFieldMapper.php#L142
No error with identifier argument.unresolvableType is reported on line 142.

Artifacts

Produced during runtime
Name Size Digest
baselines-
119 MB
sha256:b2f9140f1511ae39991be2d6dab4b96678dc780d2e91604df333983a09f300a6
baselines-better-reflection-baseline.neon
556 Bytes
sha256:351c91cfe9330d5eb9997a56c0b63fe3200c803968f4443cad3315613f6c70d2
baselines-bladestan-baseline.neon
572 Bytes
sha256:a15cd883f3560afdbb7a7887311641292cb696618241b214446eed9d1d51d8a9
baselines-doctrine-dbal-baseline.neon
1.08 KB
sha256:376cc64e426302d676b4e8cf3a4246388cefec4addb5d559024b9c8d40005070
baselines-doctrine-orm-baseline.neon
1.85 KB
sha256:fdd405dd59dcce5320d089c8e0f8e163988a4b89c9405693eaf8ca36dca89f11
baselines-phpunit-baseline.neon
892 Bytes
sha256:5d3b5379517000d46c80437a62a86b810979cc81b3438d8cd90b3f70b3ecf067
baselines-shipmonk-rnd-baseline.neon
198 Bytes
sha256:1277394aeeeb70722e5e123b1908cf06453e53e519e21f868e874f499869ae7d
baselines-shopware-baseline.neon
3.48 KB
sha256:0b267402b662ec215c9a03becd710bd9b695168e60b7de0ef399654c87281bd1
baselines-sylius-baseline.neon
539 Bytes
sha256:95c2cdccd18794a8e43e4fdf476e438263729b62a1e40694ef677ddb71b0f757
phar-file
3.68 MB
sha256:adeaf09d00f1cc093aa1b13892987fc46458d50685e190f2889aa4da704580cd
phar-file-checksum
3.68 MB
sha256:fe0335a75348da0e0fb4343c1ead824f8e3d7c4e0c364b66d6dd0d5fcfbe59b6
pocketmine-ng-baseline.neon
580 Bytes
sha256:9f9e812b82e54510645dca008afba7805318f0ddf7f71d7d0853cdb94cb77c8e