Skip to content

Remove stream_get_meta_data from delta file #21936

Remove stream_get_meta_data from delta file

Remove stream_get_meta_data from delta file #21936

Triggered via pull request September 22, 2025 16:19
Status Failure
Total duration 3m 46s
Artifacts 5

phar.yml

on: pull_request
Download base SHA PHAR
0s
Download base SHA PHAR
integration-tests  /  Check PHAR checksum
4s
integration-tests / Check PHAR checksum
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
Checksum PHAR
0s
Checksum PHAR
PHAR Prefix Diff
0s
PHAR Prefix Diff
Matrix: integration-tests / integration-run-phpstan
Matrix: integration-tests / integration-tests
Matrix: extension-tests / Extension Tests
Matrix: other-tests / Other Tests
integration-tests  /  Integration - Update baselines
integration-tests / Integration - Update baselines
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 1 notice
extension-tests / Extension Tests (8.5, phpstan-mockery)
Process completed with exit code 2.
extension-tests / Extension Tests (8.3, phpstan-phpunit)
Process completed with exit code 2.
extension-tests / Extension Tests (8.3, phpstan-phpunit): 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 / Extension Tests (8.1, phpstan-phpunit)
Process completed with exit code 2.
extension-tests / Extension Tests (8.1, phpstan-phpunit): 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 / Extension Tests (8.2, phpstan-phpunit)
Process completed with exit code 2.
extension-tests / Extension Tests (8.2, phpstan-phpunit): 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 / Extension Tests (8.5, phpstan-phpunit)
Process completed with exit code 2.
extension-tests / Extension Tests (8.5, phpstan-phpunit): 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 / Extension Tests (8.0, phpstan-phpunit)
Process completed with exit code 2.
extension-tests / Extension Tests (8.0, phpstan-phpunit): 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 / Extension Tests (8.4, phpstan-phpunit)
Process completed with exit code 2.
extension-tests / Extension Tests (8.4, phpstan-phpunit): 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 - 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 - doctrine/dbal: src/Driver/IBMDB2/Statement.php#L113
Offset 'uri' might not exist on array{timed_out: bool, blocked: bool, eof: bool, unread_bytes: int, stream_type: string, wrapper_type: string, wrapper_data: mixed, mode: string, ...}.
extension-tests / Extension Tests (7.4, phpstan-phpunit)
Process completed with exit code 2.
extension-tests / Extension Tests (7.4, phpstan-phpunit): 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 - 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 - 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.
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:2faca702b39cfa79d885d64ec0da0a4b909930159846fd6e60b0807a01c15f89
baselines-doctrine-dbal-baseline.neon
1000 Bytes
sha256:2ab3d27615de1d9ffe0faa7a48e5fcc64b5c48ffe7db4adbb30e2534c2cd4444
baselines-phpunit-baseline.neon
887 Bytes
sha256:c37e7744f8f7850b0eb98e3c2c06e3a6e5af86f5fb3cb620adaee49fd1e7d1e7
phar-file
3.67 MB
sha256:1b68a52b7be6b4bd244f2678ba332005ec71a95a3c3774ea292554ec75efad91
phar-file-checksum
3.67 MB
sha256:aeb55f7884098492279c1a887bb73a714ed5618764a9e202b3ff48cf506b2016