Skip to content

Add exceptional case for DateInterval::format return type inference #22367

Add exceptional case for DateInterval::format return type inference

Add exceptional case for DateInterval::format return type inference #22367

Triggered via pull request October 15, 2025 14:49
Status Failure
Total duration 11m 12s
Artifacts 9

phar.yml

on: pull_request
integration-tests  /  Check PHAR checksum
5s
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
5s
other-tests / Check PHAR checksum
Commit PHAR
0s
Commit PHAR
Matrix: integration-tests / integration-run-phpstan
integration-tests  /  PMMP Tests
1m 29s
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

50 errors
extension-tests / phpstan-beberlei-assert (8.2) make phpstan
Process completed with exit code 100.
extension-tests / phpstan-beberlei-assert (8.2) make phpstan
curl error 28 while downloading https://repo.packagist.org/packages.json: Failed to connect to repo.packagist.org port 443 after 10006 ms: Timeout was reached
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 - 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 - 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>.
integration-tests / Integration - efabrica-team/phpstan-latte tests
Process completed with exit code 1.
integration-tests / Integration - shopware/shopware: src/Core/Content/ImportExport/Service/ImportExportService.php#L247
Return type array{mapping?: array<array{key: string, mappedKey: string}|Shopware\Core\Content\ImportExport\Processing\Mapping\Mapping>|null, updateBy?: array<string, mixed>|null, parameters?: array<string, mixed>|null} of method Shopware\Core\Content\ImportExport\Service\ImportExportService::getConfig() can be narrowed to array{mapping?: array<array{key: string, mappedKey: string}|Shopware\Core\Content\ImportExport\Processing\Mapping\Mapping>|null, updateBy?: array<string, mixed>|null, parameters?: array<string, mixed>}.
integration-tests / Integration - shopware/shopware: src/Core/Content/ContactForm/Event/ContactFormEvent.php#L76
Return type array<int|string, mixed> of method Shopware\Core\Content\ContactForm\Event\ContactFormEvent::getContactFormData() can be narrowed to array<string, mixed>.
integration-tests / Integration - shopware/shopware: src/Core/Content/ContactForm/Event/ContactFormEvent.php#L46
Return type array<string, array<mixed>|bool|float|int|string|null> of method Shopware\Core\Content\ContactForm\Event\ContactFormEvent::getValues() can be narrowed to array<string, array<mixed>|null>.
integration-tests / Integration - shopware/shopware: src/Core/Content/ContactForm/Event/ContactFormEvent.php#L26
Type array<int|string, mixed> of property Shopware\Core\Content\ContactForm\Event\ContactFormEvent::$contactFormData can be narrowed to array<string, mixed>.
integration-tests / Integration - shopware/shopware: src/Core/Content/Cms/Subscriber/CmsVersionMergeSubscriber.php#L53
Return type array<string, array<string, bool>> of method Shopware\Core\Content\Cms\Subscriber\CmsVersionMergeSubscriber::mapDeletedBlocks() can be narrowed to array<string, array<string, true>>.
integration-tests / Integration - shopware/shopware: src/Core/Checkout/Promotion/Cart/PromotionDeliveryCalculator.php#L163
Return type array<bool> of method Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryCalculator::buildExclusions() can be narrowed to array<true>.
integration-tests / Integration - shopware/shopware: src/Core/Checkout/Promotion/Cart/PromotionCalculator.php#L168
Return type array<bool> of method Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator::buildExclusions() can be narrowed to array<true>.
integration-tests / Integration - shopware/shopware: src/Core/Checkout/Payment/DataAbstractionLayer/PaymentMethodValidator.php#L29
Return type array<string, list<array{0: string, 1?: int}|int|string>|string> of method Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator::getSubscribedEvents() can be narrowed to array<string, string>.
integration-tests / Integration - shopware/shopware: src/Core/Checkout/Document/Service/DocumentConfigLoader.php#L42
Return type array<string, list<array{0: string, 1?: int}|int|string>|string> of method Shopware\Core\Checkout\Document\Service\DocumentConfigLoader::getSubscribedEvents() can be narrowed to array<string, string>.
integration-tests / Integration - shopware/shopware: src/Core/Checkout/Cart/Order/LineItemDownloadLoader.php#L62
Return type array<int, array<int, array{position: int, mediaId: string, accessGranted: bool}>> of method Shopware\Core\Checkout\Cart\Order\LineItemDownloadLoader::getLineItemDownloadPayload() can be narrowed to array<int, array<int, array{position: int, mediaId: string, accessGranted: false}>>.

Artifacts

Produced during runtime
Name Size Digest
baselines-bladestan-baseline.neon
572 Bytes
sha256:dd01780fb1e4e4c231b8e490ce4ce154078983e699cdba03242dadc98b7ee1fa
baselines-doctrine-dbal-baseline.neon
1.22 KB
sha256:a47c0c1ec7d52b0beb304a812afbba8a6aa880224be0ac6068cf585519a4e0d5
baselines-efabrica-phpstan-latte-baseline.neon
982 Bytes
sha256:534fdbac6af273811f505c16c152da5f6069ad974b891ffc62cea11d285b3653
baselines-magento-baseline.neon
561 Bytes
sha256:46e4513fba7d32a3ede6685a99c8bb4c71798162675ed27e841ce83ec1d27420
baselines-phpunit-baseline.neon
1.06 KB
sha256:dcb999c4fa26f75a401483a35328b275881f2807ed9f4a67386e912e4c476954
baselines-shopware-baseline.neon
6.32 KB
sha256:da979852bc46bec03da5c1a70d3d2d2bda9aea5ff4c4eb732da4cf590f33e5ca
phar-file
3.68 MB
sha256:3e4e45aacceadea66282baf26c3d73be2f64086401b423e6c7787db933166992
phar-file-checksum
3.68 MB
sha256:6b17dcaf18ef28ae76d32be56085f93d5523e4e0fde9004152b6d8e9c2017526
pocketmine-ng-baseline.neon
462 Bytes
sha256:9e834a39ce883b0017e91d8ad77d6f574cff51c3623240ef28783b59ae328401