Skip to content

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

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

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

Triggered via pull request October 10, 2025 10:03
Status Failure
Total duration 11m 30s
Artifacts 10

phar.yml

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

36 errors
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 - 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 - 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 - 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 - 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 / 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 - 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:f86bc27d8e2575c7bb14a19d282de7238cf865787359610a1924c97b5c7501b2
baselines-bladestan-baseline.neon
572 Bytes
sha256:490884580ce6f716ea4a42541016da4e7c3987f411466a45af7d1a5279d6ee28
baselines-doctrine-dbal-baseline.neon
1.08 KB
sha256:adbb6c71120867ea80e1183b6357d0579952e3e3966c5a6abfe2d90e5c5ee821
baselines-phpunit-baseline.neon
892 Bytes
sha256:a13bd48d1ebd0454f8d69b25abaa41f0cbacedb433f8c2288e137b40a8be785b
baselines-shipmonk-rnd-baseline.neon
198 Bytes
sha256:f21bbf0124893cdec05d1e3ef4eae5866f452586945aeec71dc4bd5467d3e825
baselines-shopware-baseline.neon
3.48 KB
sha256:028bcd5f997e4159c287a7910d39302f0ae181ea5511ff44e02b2c4719bb5dac
baselines-sylius-baseline.neon
539 Bytes
sha256:a0f924c031518f50db15f0f3c20ca7b7b71fc6ee0ab88f4c7ea8674252466e4a
phar-file
3.68 MB
sha256:a02b7652a716ec52dc8c4547c513857e82c866be19fa66ce9f7cc546b20a6f4c
phar-file-checksum
3.68 MB
sha256:425043a39ef358560058062536fbb1e7eda7e93254714884f1bf76be8937ab1e
pocketmine-ng-baseline.neon
580 Bytes
sha256:dcde389c20a7238cbd62a1146c6779b8f45a102b0ae0bc1541bd6b2bda544b3e