POC: Use SimultaneousTypeTraverser in RuleLevelHelper::transformAcceptedType #22314
phar.yml
on: pull_request
Compiler Tests
1m 40s
Commit PHAR
0s
Matrix: integration-tests / integration-run-phpstan
integration-tests
/
PMMP Tests
1m 30s
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
33 errors and 3 warnings
|
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 - 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 - slevomat/coding-standard
Process completed with exit code 1.
|
|
integration-tests / Integration - slevomat/coding-standard:
tests/Helpers/ArrayHelperTest.php#L208
Parameter #1 $token of static method SlevomatCodingStandard\Helpers\ArrayHelper::openClosePointers() expects array<string, array<int, int|string>|int|string>, array<string, array<int, int|string>|int|string|null> given.
|
|
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 - 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 - slevomat/coding-standard:
SlevomatCodingStandard/Sniffs/Arrays/TrailingArrayCommaSniff.php#L37
Parameter #1 $token of static method SlevomatCodingStandard\Helpers\ArrayHelper::openClosePointers() expects array<string, array<int, int|string>|int|string>, array<string, array<int, int|string>|int|string|null> given.
|
|
integration-tests / Integration - slevomat/coding-standard:
SlevomatCodingStandard/Sniffs/Arrays/SingleLineArrayWhitespaceSniff.php#L77
Parameter #1 $token of static method SlevomatCodingStandard\Helpers\ArrayHelper::openClosePointers() expects array<string, array<int, int|string>|int|string>, array<string, array<int, int|string>|int|string|null> given.
|
|
integration-tests / Integration - slevomat/coding-standard:
SlevomatCodingStandard/Sniffs/Arrays/SingleLineArrayWhitespaceSniff.php#L45
Parameter #1 $token of static method SlevomatCodingStandard\Helpers\ArrayHelper::openClosePointers() expects array<string, array<int, int|string>|int|string>, array<string, array<int, int|string>|int|string|null> given.
|
|
integration-tests / Integration - slevomat/coding-standard:
SlevomatCodingStandard/Sniffs/Arrays/MultiLineArrayEndBracketPlacementSniff.php#L40
Parameter #1 $token of static method SlevomatCodingStandard\Helpers\ArrayHelper::openClosePointers() expects array<string, array<int, int|string>|int|string>, array<string, array<int, int|string>|int|string|null> given.
|
|
integration-tests / Integration - slevomat/coding-standard:
SlevomatCodingStandard/Sniffs/Arrays/MultiLineArrayEndBracketPlacementSniff.php#L33
Parameter #1 $token of static method SlevomatCodingStandard\Helpers\ArrayHelper::openClosePointers() expects array<string, array<int, int|string>|int|string>, array<string, array<int, int|string>|int|string|null> given.
|
|
integration-tests / Integration - slevomat/coding-standard:
SlevomatCodingStandard/Helpers/ArrayKeyValue.php#L120
Parameter #1 $token of static method SlevomatCodingStandard\Helpers\ArrayHelper::openClosePointers() expects array<string, array<int, int|string>|int|string>, array<string, array<int, int|string>|int|string|null> given.
|
|
integration-tests / Integration - slevomat/coding-standard:
SlevomatCodingStandard/Helpers/ArrayHelper.php#L153
Parameter #1 $token of static method SlevomatCodingStandard\Helpers\ArrayHelper::openClosePointers() expects array<string, array<int, int|string>|int|string>, array<string, array<int, int|string>|int|string|null> given.
|
|
integration-tests / Integration - slevomat/coding-standard:
SlevomatCodingStandard/Helpers/ArrayHelper.php#L139
Parameter #1 $token of static method SlevomatCodingStandard\Helpers\ArrayHelper::openClosePointers() expects array<string, array<int, int|string>|int|string>, array<string, array<int, int|string>|int|string|null> given.
|
|
integration-tests / Integration - slevomat/coding-standard:
SlevomatCodingStandard/Helpers/ArrayHelper.php#L48
Parameter #1 $token of static method SlevomatCodingStandard\Helpers\ArrayHelper::openClosePointers() expects array<string, array<int, int|string>|int|string>, array<string, array<int, int|string>|int|string|null> given.
|
|
integration-tests / Integration - slevomat/coding-standard:
SlevomatCodingStandard/Helpers/ArrayHelper.php#L28
Parameter #1 $token of static method SlevomatCodingStandard\Helpers\ArrayHelper::openClosePointers() expects array<string, array<int, int|string>|int|string>, array<string, array<int, int|string>|int|string|null> given.
|
|
integration-tests / Integration - doctrine/orm
Process completed with exit code 1.
|
|
integration-tests / Integration - doctrine/orm:
src/Mapping/Driver/DatabaseDriver.php#L429
Method Doctrine\ORM\Mapping\Driver\DatabaseDriver::buildFieldMapping() should return array{fieldName: string, columnName: string, type: string, nullable: bool, options: array{unsigned?: bool, fixed?: bool, comment: string|null, default?: mixed}, precision?: int, scale?: int, length?: int|null} but returns array{fieldName: string, columnName: string, type: 'decimal'|'float', nullable: bool, options: array{comment: string, fixed?: bool, default?: mixed}|array{comment: string, unsigned?: bool, default: mixed}, precision: int|null, scale: int}|array{fieldName: string, columnName: string, type: string, nullable: bool, options: array{comment: string, fixed?: bool, default?: mixed}|array{comment: string, unsigned?: bool, default?: mixed}, length?: int|null}.
|
|
integration-tests / Integration - briannesbitt/Carbon
Process completed with exit code 1.
|
|
integration-tests / Integration - briannesbitt/Carbon
Ignored error pattern #should return (\S*)static\(Carbon\\CarbonInterval\)(\|null)? but returns Carbon\\CarbonInterval(\|null)?\.$# was not matched in reported errors.
|
|
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
Process completed with exit code 1.
|
|
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.
|
|
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict
composer install
cp ../../phpstan vendor/p...
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 32931 , Maximum supported length: 32766
|
|
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict
composer install
cp ../../phpstan vendor/p...
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 32931 , Maximum supported length: 32766
|
|
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict
composer install
cp ../../phpstan vendor/p...
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 32931 , Maximum supported length: 32766
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
baselines-bladestan-baseline.neon
|
572 Bytes |
sha256:5f6914d2c228da464647ddfd83f4b30618ca9ab5c90d98d994efa80bf2b6d906
|
|
|
baselines-carbon-baseline.neon
|
501 Bytes |
sha256:4400f3305b30275614393125493870199e20c4e8571ca3880f29fb38240c4ab1
|
|
|
baselines-doctrine-orm-baseline.neon
|
1.96 KB |
sha256:7911be5aa106c539ceb5009acb7223f10e5e7c0864ae5abf88fe7455125dbad7
|
|
|
baselines-shipmonk-rnd-baseline.neon
|
198 Bytes |
sha256:d67b4dedb332407dd4e10fdfa9b4a4e5c8d59b399f8e7165602d33af601fae1d
|
|
|
baselines-shopware-baseline.neon
|
3.48 KB |
sha256:975c0a95cac996d50b1fdce81a55e9a1ca5138215e3b7c92118af0886441416f
|
|
|
baselines-slevomat-cs-baseline.neon
|
777 Bytes |
sha256:dce0b406e912e3fa5388515d6bff7f27dc26b8d6a2e14c482815986f27813623
|
|
|
baselines-slevomat-cs-tests-baseline.neon
|
405 Bytes |
sha256:72257d65c3dbc0634a998d1281b8044d0134313941bfec1e025b851f6506e407
|
|
|
phar-file
|
3.68 MB |
sha256:47578f3339a0f5c283495a083aa753b402c02501ae641561a597bcc229f9ba8c
|
|
|
phar-file-checksum
|
3.68 MB |
sha256:f7c731209ac680f661dc654707cecdfb451dab1435630b22f84d72e72b7a9f44
|
|
|
pocketmine-ng-baseline.neon
|
462 Bytes |
sha256:a073f4446f18c7abfd84626d9d81df54e343e30d5006c028ac64af0ecb0fa870
|
|