count(non-empty-array, COUNT_RECURSIVE) is int<1, max>
#22888
phar.yml
on: pull_request
Compiler Tests
1m 47s
Commit PHAR
0s
Matrix: integration-tests / integration-run-phpstan
integration-tests
/
PMMP Tests
1m 25s
Matrix: integration-tests / integration-tests
Checksum PHAR
0s
PHAR Prefix Diff
0s
Matrix: extension-tests / tests-extensions
Matrix: other-tests / Other Tests
integration-tests
/
Integration - Update baselines
0s
Annotations
49 errors
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/php8
../../phpstan analyse -l 8 -c php80.neon test.php
)
Process completed with exit code 1.
|
|
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/php8
../../phpstan analyse -l 8 -c php80.neon test.php
):
test.php#L11
Negated boolean expression is always true.
|
|
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 - bladestan/bladestan
Process completed with exit code 1.
|
|
integration-tests / Integration - bladestan/bladestan:
src/TemplateCompiler/Rules/TemplateRulesRegistry.php#L63
Possibly invalid array key type mixed.
|
|
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().
|
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/php8
../../phpstan analyse -l 8 -c php80.neon test.php
)
Process completed with exit code 1.
|
|
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/php8
../../phpstan analyse -l 8 -c php80.neon test.php
):
test.php#L11
Negated boolean expression is always true.
|
|
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 - 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 - 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 - 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 2.
|
|
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#L46
Call to an undefined method object::get().
|
|
integration-tests / Integration - shopware/shopware:
src/Core/Content/Product/PropertyGroupSorter.php#L41
Call to an undefined method object::assign().
|
|
integration-tests / Integration - shopware/shopware:
src/Core/Content/Product/PropertyGroupSorter.php#L40
Call to an undefined method object::get().
|
|
integration-tests / Integration - shopware/shopware:
src/Core/Content/Product/PropertyGroupSorter.php#L35
Call to an undefined method object::get().
|
|
integration-tests / Integration - shopware/shopware:
src/Core/Content/Product/PropertyGroupSorter.php#L34
Call to an undefined method object::get().
|
|
integration-tests / Integration - shopware/shopware:
src/Core/Content/Product/PropertyGroupSorter.php#L32
Call to an undefined method object::get().
|
|
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:599d630c6232a7c50ec9234e71a4f5c198c9f40f0d5f07411db472932fd585c7
|
|
|
baselines-bladestan-baseline.neon
|
572 Bytes |
sha256:8f7f39a6801a3fba61133177f4a58d6fddd6501bdb8b793a89f8df6803aa3909
|
|
|
baselines-doctrine-orm-baseline.neon
|
1.86 KB |
sha256:53f417435ef7378a4083f4ca60e2bb42f683199444aadfea32e6a2de9a0a9b16
|
|
|
baselines-magento-baseline.neon
|
670 Bytes |
sha256:3a00ecb95289f7301674e005276319cf2c0db9cb95c6d815105cb65b0d9e298b
|
|
|
baselines-nextras-baseline.neon
|
319 Bytes |
sha256:2d2979cfa6be9477a913f05630fa0caff8dd2622a249e4a3e49762eda9aa49b8
|
|
|
baselines-phpunit-baseline.neon
|
674 Bytes |
sha256:1cf464ee7dfe921cbc37df0b6c09758e5d530e61f52361b9ac8de789e8a684e1
|
|
|
baselines-shipmonk-rnd-baseline.neon
|
380 Bytes |
sha256:4ad8ff598e23b2e3ebe64cd6736662232cba8ac0b08b916a191a5782629ba771
|
|
|
baselines-shopware-baseline.neon
|
3.71 KB |
sha256:4cdde5f03cabe4df40750326c3c44e5d819459f2fad97c955a72290d01b7e921
|
|
|
phar-file
|
3.68 MB |
sha256:bba6adeece9a9dbfd8a855f4822b43e12b3f2d1dac437071d2dac9fa32658319
|
|
|
phar-file-checksum
|
3.68 MB |
sha256:5102988824e47181787d8e1ca68b237b85c65b8cb397e22919ee7f192dec4032
|
|
|
pocketmine-ng-baseline.neon
|
462 Bytes |
sha256:fa2cd2479c434e598068a8dd571378380f04ae4899f1844734c9243736aed600
|
|