Skip to content

Improve count on list with greater/smaller-than #22714

Improve count on list with greater/smaller-than

Improve count on list with greater/smaller-than #22714

Triggered via pull request November 2, 2025 11:22
@staabmstaabm
synchronize #4507
staabm:great
Status Failure
Total duration 11m 21s
Artifacts 13

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
5s
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 27s
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

67 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 - shipmonk-rnd/phpstan-rules
Process completed with exit code 1.
integration-tests / Integration - shipmonk-rnd/phpstan-rules: src/Rule/ForbidCustomFunctionsRule.php#L360
Parameter #2 $callArgs of static method PHPStan\Analyser\ArgumentsNormalizer::reorderArgs() expects list<PhpParser\Node\Arg>, array<PhpParser\Node\Arg> given.
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 - 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 - 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 - 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/Logging/MiddlewareTest.php#L111
Parameter #1 $record of method Psr\Log\Test\TestLogger::hasDebug() expects array{level: string, message: string|Stringable, context: array{exception?: Throwable}}|string, array{message: 'Executing statement…', context: array{sql: 'SELECT :value', params: array{value: 'Test'}, types: array{value: Doctrine\DBAL\ParameterType::STRING}}} given.
integration-tests / Integration - doctrine/dbal: tests/Logging/MiddlewareTest.php#L93
Parameter #1 $record of method Psr\Log\Test\TestLogger::hasDebug() expects array{level: string, message: string|Stringable, context: array{exception?: Throwable}}|string, array{message: 'Executing statement…', context: array{sql: 'SELECT ?, ?', params: array{1: 42}, types: array{1: Doctrine\DBAL\ParameterType::INTEGER}}} given.
integration-tests / Integration - doctrine/dbal: tests/Logging/MiddlewareTest.php#L67
Parameter #1 $record of method Psr\Log\Test\TestLogger::hasDebug() expects array{level: string, message: string|Stringable, context: array{exception?: Throwable}}|string, array{message: 'Executing statement…', context: array{sql: 'DROP DATABASE…'}} given.
integration-tests / Integration - doctrine/dbal: tests/Logging/MiddlewareTest.php#L56
Parameter #1 $record of method Psr\Log\Test\TestLogger::hasDebug() expects array{level: string, message: string|Stringable, context: array{exception?: Throwable}}|string, array{message: 'Executing query: …', context: array{sql: 'SELECT 1'}} given.
integration-tests / Integration - doctrine/dbal: tests/Logging/MiddlewareTest.php#L40
Parameter #1 $record of method Psr\Log\Test\TestLogger::hasInfo() expects array{level: string, message: string|Stringable, context: array{exception?: Throwable}}|string, array{message: 'Connecting with…', context: array{params: array{user: 'admin', password: '<redacted>'}}} given.
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 / 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/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.
extension-tests / phpstan-doctrine (8.2) make tests
Process completed with exit code 2.
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/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-
119 MB
sha256:8ab1c1b36470880b99f882fe5332d473f39db66058ba343e865d768000d58580
baselines-bladestan-baseline.neon
572 Bytes
sha256:980c058e5392b4e86c5f1a3db0ccf6eb33494914fb294464627cbf07f3eacaad
baselines-doctrine-dbal-baseline.neon
1.51 KB
sha256:690e09c5ea92ae9270d7c2cf30e131ae232414eb144a23ec016f0d2e82d0f2d9
baselines-doctrine-orm-baseline.neon
1.86 KB
sha256:6b6926a89ec45764008980a71042ad7e7ff94ee8db18bf114909a57c2bdb0964
baselines-efabrica-phpstan-latte-baseline.neon
982 Bytes
sha256:7f650a7c76aa588ed0db32b459197800049365dd5e1e09505a5f903707f3a20e
baselines-magento-baseline.neon
670 Bytes
sha256:1905bc15887ea285a7697c6a6f78c129a4e010fb0fa948e6ed76d5c1429b02c4
baselines-nextras-baseline.neon
319 Bytes
sha256:24cedfcc263129e0a0224e48058c4d0061dd8601b20a9f80e678fa4dffed636a
baselines-phpunit-baseline.neon
1.06 KB
sha256:484a622af3472d2c9c38edbae890633dc76b0efcb8007930d4bfc250013bfa08
baselines-shipmonk-rnd-baseline.neon
380 Bytes
sha256:782c8870392d00a28d0151aea636bd270ed6e50a078d40ef69be9dfcfcecf106
baselines-shopware-baseline.neon
6.55 KB
sha256:f21a30b2feba9e9d0cf60c03613501d4c4d0aecc941b7540bc36988ed77c5447
phar-file
3.67 MB
sha256:7caab8ab611708590b6938bf72157c275f8c61980fed209551883c0b38f9759b
phar-file-checksum
3.67 MB
sha256:7982dfccaace251da2cfb2828a4d7c83c7ac232233b9eb67185d46595f5ce7f2
pocketmine-ng-baseline.neon
462 Bytes
sha256:8a76986a46fecf8beb8d34f14dd8e9d77db09d0d3e5678b1676c5dd41f8d6caf