Skip to content

Add stream_socket_{client,server} stubs for @param-out #22069

Add stream_socket_{client,server} stubs for @param-out

Add stream_socket_{client,server} stubs for @param-out #22069

Triggered via pull request September 29, 2025 14:04
Status Cancelled
Total duration 6m 10s
Artifacts 21

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
6s
extension-tests / Check PHAR checksum
other-tests  /  Check PHAR checksum
4s
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

442 errors, 2 warnings, and 1 notice
other-tests / Other Tests (ubuntu-latest, 8.0, cd e2e/dup-classes ../../phpstan )
Process completed with exit code 1.
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/dup-classes ../../phpstan )
Process completed with exit code 1.
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/dup-classes ../../phpstan ): phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L13
Function stream_socket_server() uses native union types but they're supported only on PHP 8.0 and later.
other-tests / Other Tests (ubuntu-latest, 7.4, cd e2e/dup-classes ../../phpstan ): phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L14
Function stream_socket_client() uses native union types but they're supported only on PHP 8.0 and later.
integration-tests / Integration - slevomat/coding-standard
Process completed with exit code 1.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Deprecated in PHP 8.4: Parameter #5 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Deprecated in PHP 8.4: Parameter #6 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L11
Deprecated in PHP 8.4: Parameter #4 $timeout (float) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - bitExpert/phpstan-magento
Process completed with exit code 1.
integration-tests / Integration - bitExpert/phpstan-magento: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Deprecated in PHP 8.4: Parameter #5 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - bitExpert/phpstan-magento: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - bitExpert/phpstan-magento: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - bitExpert/phpstan-magento: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Deprecated in PHP 8.4: Parameter #6 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - bitExpert/phpstan-magento: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L11
Deprecated in PHP 8.4: Parameter #4 $timeout (float) is implicitly nullable via default value null.
integration-tests / Integration - bitExpert/phpstan-magento: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - bitExpert/phpstan-magento: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - symplify/phpstan-rules
Process completed with exit code 1.
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 - doctrine/collections: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Deprecated in PHP 8.4: Parameter #5 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/collections: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/collections: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/collections: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Deprecated in PHP 8.4: Parameter #6 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/collections: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L11
Deprecated in PHP 8.4: Parameter #4 $timeout (float) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/collections: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/collections: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - larastan/larastan
Process completed with exit code 1.
integration-tests / Integration - larastan/larastan
Process completed with exit code 1.
integration-tests / Integration - laravel/framework
Process completed with exit code 1.
integration-tests / Integration - laravel/framework
Process completed with exit code 1.
integration-tests / Integration - efabrica-team/phpstan-latte: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Deprecated in PHP 8.4: Parameter #5 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - efabrica-team/phpstan-latte: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - efabrica-team/phpstan-latte: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - efabrica-team/phpstan-latte: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Deprecated in PHP 8.4: Parameter #6 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - efabrica-team/phpstan-latte: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L11
Deprecated in PHP 8.4: Parameter #4 $timeout (float) is implicitly nullable via default value null.
integration-tests / Integration - efabrica-team/phpstan-latte: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - efabrica-team/phpstan-latte: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard
Process completed with exit code 1.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Deprecated in PHP 8.4: Parameter #5 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Deprecated in PHP 8.4: Parameter #6 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L11
Deprecated in PHP 8.4: Parameter #4 $timeout (float) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - slevomat/coding-standard: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
extension-tests / phpstan-mockery (8.5) make tests
Process completed with exit code 2.
integration-tests / Integration - doctrine/dbal: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Parameter $context of function stream_socket_server() has invalid type resource.
integration-tests / Integration - doctrine/dbal: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Deprecated in PHP 8.4: Parameter #5 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/dbal: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/dbal: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/dbal: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Parameter $context of function stream_socket_client() has invalid type resource.
integration-tests / Integration - doctrine/dbal: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Deprecated in PHP 8.4: Parameter #6 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/dbal: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L11
Deprecated in PHP 8.4: Parameter #4 $timeout (float) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/dbal: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/dbal: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - sebastianbergmann/phpunit
Process completed with exit code 1.
integration-tests / Integration - nikic/PHP-Parser
Process completed with exit code 1.
integration-tests / Integration - nikic/PHP-Parser: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Parameter $context of function stream_socket_server() has invalid type resource.
integration-tests / Integration - nikic/PHP-Parser: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Deprecated in PHP 8.4: Parameter #5 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - nikic/PHP-Parser: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - nikic/PHP-Parser: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - nikic/PHP-Parser: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Parameter $context of function stream_socket_client() has invalid type resource.
integration-tests / Integration - nikic/PHP-Parser: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Deprecated in PHP 8.4: Parameter #6 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - nikic/PHP-Parser: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L11
Deprecated in PHP 8.4: Parameter #4 $timeout (float) is implicitly nullable via default value null.
integration-tests / Integration - nikic/PHP-Parser: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - nikic/PHP-Parser: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - nextras/orm
Process completed with exit code 1.
integration-tests / Integration - nextras/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Parameter $context of function stream_socket_server() has invalid type resource.
integration-tests / Integration - nextras/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Deprecated in PHP 8.4: Parameter #5 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - nextras/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - nextras/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - nextras/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Parameter $context of function stream_socket_client() has invalid type resource.
integration-tests / Integration - nextras/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Deprecated in PHP 8.4: Parameter #6 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - nextras/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L11
Deprecated in PHP 8.4: Parameter #4 $timeout (float) is implicitly nullable via default value null.
integration-tests / Integration - nextras/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - nextras/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Parameter $context of function stream_socket_server() has invalid type resource.
integration-tests / Integration - doctrine/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Deprecated in PHP 8.4: Parameter #5 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Parameter $context of function stream_socket_client() has invalid type resource.
integration-tests / Integration - doctrine/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Deprecated in PHP 8.4: Parameter #6 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L11
Deprecated in PHP 8.4: Parameter #4 $timeout (float) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - doctrine/orm: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - PHPCSStandards/PHP_CodeSniffer
Process completed with exit code 1.
integration-tests / Integration - PHPCSStandards/PHP_CodeSniffer
Process completed with exit code 1.
integration-tests / Integration - PHPCSStandards/PHP_CodeSniffer: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L13
Function stream_socket_server() uses native union types but they're supported only on PHP 8.0 and later.
integration-tests / Integration - PHPCSStandards/PHP_CodeSniffer: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L14
Function stream_socket_client() uses native union types but they're supported only on PHP 8.0 and later.
integration-tests / Integration - Sylius/Sylius
Process completed with exit code 1.
integration-tests / Integration - Sylius/Sylius: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Parameter $context of function stream_socket_server() has invalid type resource.
integration-tests / Integration - Sylius/Sylius: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Deprecated in PHP 8.4: Parameter #5 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - Sylius/Sylius: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - Sylius/Sylius: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - Sylius/Sylius: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Parameter $context of function stream_socket_client() has invalid type resource.
integration-tests / Integration - Sylius/Sylius: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Deprecated in PHP 8.4: Parameter #6 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - Sylius/Sylius: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L11
Deprecated in PHP 8.4: Parameter #4 $timeout (float) is implicitly nullable via default value null.
integration-tests / Integration - Sylius/Sylius: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - Sylius/Sylius: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - briannesbitt/Carbon: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Deprecated in PHP 8.4: Parameter #5 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - briannesbitt/Carbon: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - briannesbitt/Carbon: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - briannesbitt/Carbon: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Deprecated in PHP 8.4: Parameter #6 $context (resource) is implicitly nullable via default value null.
integration-tests / Integration - briannesbitt/Carbon: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L11
Deprecated in PHP 8.4: Parameter #4 $timeout (float) is implicitly nullable via default value null.
integration-tests / Integration - briannesbitt/Carbon: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / Integration - briannesbitt/Carbon: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / PMMP Tests: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Parameter $context of function stream_socket_server() has invalid type resource.
integration-tests / PMMP Tests: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Deprecated in PHP 8.4: Parameter #5 $context (resource) is implicitly nullable via default value null.
integration-tests / PMMP Tests: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / PMMP Tests: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / PMMP Tests: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Parameter $context of function stream_socket_client() has invalid type resource.
integration-tests / PMMP Tests: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Deprecated in PHP 8.4: Parameter #6 $context (resource) is implicitly nullable via default value null.
integration-tests / PMMP Tests: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L11
Deprecated in PHP 8.4: Parameter #4 $timeout (float) is implicitly nullable via default value null.
integration-tests / PMMP Tests: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L10
Deprecated in PHP 8.4: Parameter #3 $error_message (string) is implicitly nullable via default value null.
integration-tests / PMMP Tests: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L9
Deprecated in PHP 8.4: Parameter #2 $error_code (int) is implicitly nullable via default value null.
integration-tests / Integration - rectorphp/rector-src
Process completed with exit code 1.
integration-tests / Integration - shopsys/shopsys
Invalid pattern 'e2e/integration/../../shopsys-project-base-baseline.neon'. Relative pathing '.' and '..' is not allowed.
integration-tests / Integration - shopsys/shopsys
Process completed with exit code 1.
integration-tests / Integration - shopsys/shopsys: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Parameter $context of function stream_socket_server() has invalid type resource.
integration-tests / Integration - shopsys/shopsys: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Parameter $context of function stream_socket_client() has invalid type resource.
integration-tests / Integration - laravel/framework
Process completed with exit code 1.
integration-tests / Integration - laravel/framework
Process completed with exit code 1.
integration-tests / Integration - laravel/framework
Error message "Parameter $context of function stream_socket_server() has invalid type resource." cannot be ignored, use excludePaths instead.
integration-tests / Integration - laravel/framework
Error message "Parameter $context of function stream_socket_client() has invalid type resource." cannot be ignored, use excludePaths instead.
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: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_server.stub#L12
Parameter $context of function stream_socket_server() has invalid type resource.
integration-tests / Integration - shopsys/shopsys: phar:///home/runner/work/phpstan-src/phpstan-src/phpstan.phar/stubs/stream_socket_client.stub#L13
Parameter $context of function stream_socket_client() has invalid type resource.
integration-tests / Integration - drupal/drupal
The operation was canceled.
integration-tests / Integration - drupal/drupal
Canceling since a higher priority waiting request for phar-refs/pull/4391/merge exists
integration-tests / Integration - shopware/shopware
The operation was canceled.
integration-tests / Integration - shopware/shopware
Canceling since a higher priority waiting request for phar-refs/pull/4391/merge exists
Compile PHAR
Canceling since a higher priority waiting request for phar-refs/pull/4391/merge exists
Compile PHAR
Canceling since a higher priority waiting request for phar-refs/pull/4391/merge exists
integration-tests / Integration - slevomat/coding-standard
No files were found with the provided path: e2e/integration/slevomat-cs-tests-baseline.neon. No artifacts will be uploaded.
integration-tests / Integration - nikic/PHP-Parser
No files were found with the provided path: e2e/integration/php-parser-baseline.neon. No artifacts will be uploaded.
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-
119 MB
sha256:035eb9e080098d79d426c63556688ee65eeba7f42aeb3a3d55e865ec805602d8
baselines-bladestan-baseline.neon
572 Bytes
sha256:b9117e446f67607df048e3f28595e748880409866ffecced0313342f4aef425d
baselines-carbon-baseline.neon
501 Bytes
sha256:a639afdbc5467ad4efd6e3c6f7f2c2124cea6e9adb43e221e2960c80e457c009
baselines-doctrine-collections-baseline.neon
362 Bytes
sha256:34f90c8337e19927e753fe9ef63ca51eb96780f722365c072a18f1ff3c6308a9
baselines-doctrine-dbal-baseline.neon
713 Bytes
sha256:f898aa48795305c46d474c4acdab9287b74729a14c73933364fe8740dc901c5b
baselines-doctrine-orm-baseline.neon
1.73 KB
sha256:bea336b157857819b7598ea58965a16fc977507175bf24b1b51204c41d729fd3
baselines-efabrica-phpstan-latte-baseline.neon
364 Bytes
sha256:fb4a41fee61dc10d380471f81c65adf68708394316b4b0fa502ab8da13095817
baselines-larastan-baseline.neon
822 Bytes
sha256:726ee727cd525cf382908364d13f1119f2771e6347207ac00307b63e675a2d88
baselines-laravel-baseline.neon
158 Bytes
sha256:565285bb4a08e5515e078cd7bd43bf2f18e4ac3505a987c5d900c0ab89dcaf56
baselines-laravel-types-baseline.neon
317 Bytes
sha256:4e51494e96b274e75f6605b090e6af745fc11d93978010eb0e0c23b1be7e8609
baselines-magento-baseline.neon
158 Bytes
sha256:a5c637ff44bbd1531dcddcc297ecf1db2b6fde4a5eed6d7afc9fdeff5f92debd
baselines-nextras-baseline.neon
158 Bytes
sha256:dfff824ddce71a12ccccd760dde0e684481112afd39a110a7d26034b8fcaefc1
baselines-phpcs-baseline.neon
154 Bytes
sha256:fe4ef33ef3d828477b7f4533cce3cae0aa00a67f4cdbb99ef324a07e68ad3e21
baselines-phpunit-baseline.neon
674 Bytes
sha256:403191479f7c31b3353e164866126c304a7637f0482b4578fdf4d8e0af7ee7ab
baselines-rector-baseline.neon
962 Bytes
sha256:324f62545ae3a0dc90f030389eb307d4c786b039e44bda417bd2fbc480cd6c40
baselines-slevomat-cs-baseline.neon
166 Bytes
sha256:0a6bd502fcd5465295b12016035d7b86bdcb2a416a15faab84f54355f53b0537
baselines-sylius-baseline.neon
301 Bytes
sha256:5ec56fd0aba78e22ba4b31fb6e3d23a912690aac065308e262b3d86ae72a614f
baselines-symplify-baseline.neon
1.85 KB
sha256:f035f6ad879cd2589018f9355db697e8a4a0c1ab1d0fa2ad4f71c4273825368b
phar-file
3.68 MB
sha256:bd29faa7c61cf75ecc31a7561b1314fe948a785d35e57dfeefbe623b3a82a2b8
phar-file-checksum
3.68 MB
sha256:888feba514d2e53bee2047b656c8dee708d646a694e179720aea879e1e5f1748
pocketmine-ng-baseline.neon
396 Bytes
sha256:85a789bdf920417f2257652667fcd24eb4709917c5012f87f5851736f200f23a