array_column: proper support for private properties #21962
phar.yml
on: pull_request
Compiler Tests
2m 1s
Commit PHAR
Matrix: integration-tests / integration-run-phpstan
integration-tests
/
PMMP Tests
1m 19s
Matrix: integration-tests / integration-tests
Checksum PHAR
PHAR Prefix Diff
0s
Matrix: extension-tests / tests-extensions
Matrix: other-tests / Other Tests
integration-tests
/
Integration - Update baselines
0s
Annotations
26 errors and 1 notice
extension-tests / phpstan-mockery (8.5) make tests
Process completed with exit code 2.
|
extension-tests / phpstan-phpunit (8.5) make phpstan
Process completed with exit code 2.
|
extension-tests / phpstan-phpunit (8.5) make phpstan:
src/Rules/PHPUnit/DataProviderHelper.php#L290
Return type array<string, array{PHPStan\Reflection\ClassReflection|null, string, int}>|null of method PHPStan\Rules\PHPUnit\DataProviderHelper::parseDataProviderAttribute() can be narrowed to array<string, array{PHPStan\Reflection\ClassReflection, string, int}>|null.
|
extension-tests / phpstan-phpunit (8.3) make phpstan
Process completed with exit code 2.
|
extension-tests / phpstan-phpunit (8.3) make phpstan:
src/Rules/PHPUnit/DataProviderHelper.php#L290
Return type array<string, array{PHPStan\Reflection\ClassReflection|null, string, int}>|null of method PHPStan\Rules\PHPUnit\DataProviderHelper::parseDataProviderAttribute() can be narrowed to array<string, array{PHPStan\Reflection\ClassReflection, string, int}>|null.
|
extension-tests / phpstan-phpunit (8.4) make phpstan
Process completed with exit code 2.
|
extension-tests / phpstan-phpunit (8.4) make phpstan:
src/Rules/PHPUnit/DataProviderHelper.php#L290
Return type array<string, array{PHPStan\Reflection\ClassReflection|null, string, int}>|null of method PHPStan\Rules\PHPUnit\DataProviderHelper::parseDataProviderAttribute() can be narrowed to array<string, array{PHPStan\Reflection\ClassReflection, string, int}>|null.
|
extension-tests / phpstan-phpunit (8.1) make phpstan
Process completed with exit code 2.
|
extension-tests / phpstan-phpunit (8.1) make phpstan:
src/Rules/PHPUnit/DataProviderHelper.php#L290
Return type array<string, array{PHPStan\Reflection\ClassReflection|null, string, int}>|null of method PHPStan\Rules\PHPUnit\DataProviderHelper::parseDataProviderAttribute() can be narrowed to array<string, array{PHPStan\Reflection\ClassReflection, string, int}>|null.
|
extension-tests / phpstan-phpunit (8.0) make phpstan
Process completed with exit code 2.
|
extension-tests / phpstan-phpunit (8.0) make phpstan:
src/Rules/PHPUnit/DataProviderHelper.php#L290
Return type array<string, array{PHPStan\Reflection\ClassReflection|null, string, int}>|null of method PHPStan\Rules\PHPUnit\DataProviderHelper::parseDataProviderAttribute() can be narrowed to array<string, array{PHPStan\Reflection\ClassReflection, string, int}>|null.
|
extension-tests / phpstan-phpunit (8.2) make phpstan
Process completed with exit code 2.
|
extension-tests / phpstan-phpunit (8.2) make phpstan:
src/Rules/PHPUnit/DataProviderHelper.php#L290
Return type array<string, array{PHPStan\Reflection\ClassReflection|null, string, int}>|null of method PHPStan\Rules\PHPUnit\DataProviderHelper::parseDataProviderAttribute() can be narrowed to array<string, array{PHPStan\Reflection\ClassReflection, string, int}>|null.
|
extension-tests / phpstan-phpunit (7.4) make phpstan
Process completed with exit code 2.
|
extension-tests / phpstan-phpunit (7.4) make phpstan:
src/Rules/PHPUnit/DataProviderHelper.php#L290
Return type array<string, array{PHPStan\Reflection\ClassReflection|null, string, int}>|null of method PHPStan\Rules\PHPUnit\DataProviderHelper::parseDataProviderAttribute() can be narrowed to array<string, array{PHPStan\Reflection\ClassReflection, string, int}>|null.
|
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 - 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 / 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>>}.
|
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict
composer install
cp ../../phpstan vendor/p...
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
baselines-bladestan-baseline.neon
|
572 Bytes |
sha256:e3333211cca09a624388274f60cd2dcf18dbcbbacbc7bc80cecf918ccff02797
|
|
baselines-doctrine-dbal-baseline.neon
|
882 Bytes |
sha256:a84b3e81ce4ab04d420c5f1771a927b95dcf90bfeeda61e0b2bc0d00979a8dae
|
|
baselines-phpunit-baseline.neon
|
887 Bytes |
sha256:85b935c69ee369008ba66d8aea63294f3823a4ae02d5b39f027d7cb2ecbb35cc
|
|
phar-file
|
3.67 MB |
sha256:54b5a857ae105ed5dee68cf7f49289a71643721b94e48119ffcb5368f56b88fb
|
|
phar-file-checksum
|
3.67 MB |
sha256:4bad71164caf388bc2de41e86b5713e11d62e4cc35654b86e2f6b5fcaf39ee52
|
|