Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stub for openssl_sign() function #3532

Open
wants to merge 9 commits into
base: 1.12.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions conf/config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ parameters:
- ../stubs/arrayFunctions.stub
- ../stubs/core.stub
- ../stubs/typeCheckingFunctions.stub
- ../stubs/openssl.stub
earlyTerminatingMethodCalls: []
earlyTerminatingFunctionCalls: []
memoryLimitFile: %tmpDir%/.memory_limit
Expand Down
14 changes: 14 additions & 0 deletions stubs/core.stub
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,17 @@
* @return ($string is lowercase-string ? lowercase-string : string)
*/
function rtrim(string $string, string $characters = " \n\r\t\v\x00"): string {}

/**
* @param array|string $command
* @param array $descriptor_spec
* @param array &$pipes
* @param string|null $cwd
* @param array|null $env_vars
* @param array|null $options
*
* @param-out string $pipes
*
* @return resource|false
*/
function proc_open(array|string $command, array $descriptor_spec, &$pipes, ?string $cwd, ?array $env_vars, ?array $options) {}

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Integration tests (ubuntu-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Integration tests (ubuntu-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Integration tests (ubuntu-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Integration tests (ubuntu-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Integration tests (ubuntu-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / E2E tests (cd e2e/baseline-uninit-prop-trait ../../bin/phpstan analyse --debug --configuration te...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / E2E tests (cd e2e/baseline-uninit-prop-trait ../../bin/phpstan analyse --debug --configuration te...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / E2E tests (cd e2e/baseline-uninit-prop-trait ../../bin/phpstan analyse --debug --configuration te...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / E2E tests (cd e2e/baseline-uninit-prop-trait ../../bin/phpstan analyse --debug --configuration te...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / E2E tests (cd e2e/baseline-uninit-prop-trait ../../bin/phpstan analyse --debug --configuration te...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-11857 composer install ../../bin/phpstan )

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-11857 composer install ../../bin/phpstan )

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-11857 composer install ../../bin/phpstan )

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-11857 composer install ../../bin/phpstan )

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-11857 composer install ../../bin/phpstan )

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-7 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-7 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-7 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-7 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-7 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-3 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-3 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-3 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-3 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-3 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Compiler Tests

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Compiler Tests

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Compiler Tests

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Compiler Tests

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Compiler Tests

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-6 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-6 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-6 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-6 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-6 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-1 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-1 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-1 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-1 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-1 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug10449b ../../bin/phpstan analyze git apply patch.diff rm phpsta...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug10449b ../../bin/phpstan analyze git apply patch.diff rm phpsta...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug10449b ../../bin/phpstan analyze git apply patch.diff rm phpsta...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug10449b ../../bin/phpstan analyze git apply patch.diff rm phpsta...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug10449b ../../bin/phpstan analyze git apply patch.diff rm phpsta...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-5 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-5 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-5 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-9622 echo -n > phpstan-baseline.neon ../../bin/phpstan -vvv pa...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-9622 echo -n > phpstan-baseline.neon ../../bin/phpstan -vvv pa...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-9622 echo -n > phpstan-baseline.neon ../../bin/phpstan -vvv pa...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-5 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-9622 echo -n > phpstan-baseline.neon ../../bin/phpstan -vvv pa...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-5 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-9622 echo -n > phpstan-baseline.neon ../../bin/phpstan -vvv pa...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-8 composer install ../../bin/phpstan echo -en '\n' >>...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-8 composer install ../../bin/phpstan echo -en '\n' >>...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-8 composer install ../../bin/phpstan echo -en '\n' >>...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-8 composer install ../../bin/phpstan echo -en '\n' >>...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-8 composer install ../../bin/phpstan echo -en '\n' >>...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-9622-trait echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-9622-trait echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-9622-trait echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-9622-trait echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug-9622-trait echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-4 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-4 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-4 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-4 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-4 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug10449 ../../bin/phpstan analyze git apply patch.diff rm phpstan...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug10449 ../../bin/phpstan analyze git apply patch.diff rm phpstan...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug10449 ../../bin/phpstan analyze git apply patch.diff rm phpstan...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug10449 ../../bin/phpstan analyze git apply patch.diff rm phpstan...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/bug10449 ../../bin/phpstan analyze git apply patch.diff rm phpstan...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-2 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-2 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-2 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-2 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Result cache E2E tests (cd e2e/result-cache-2 echo -n > phpstan-baseline.neon ../../bin/phpstan -...

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.3)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.3)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.3)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.3)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.3)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.4)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.4)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.4)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.4)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.4)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.1)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.1)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.1)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.1)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.1)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Integration tests (windows-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Integration tests (windows-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Integration tests (windows-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Integration tests (windows-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / Integration tests (windows-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.2, ubuntu-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.2, ubuntu-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.2, ubuntu-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.2, ubuntu-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.2, ubuntu-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.1, ubuntu-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.1, ubuntu-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.1, ubuntu-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.1, ubuntu-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.1, ubuntu-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.3, ubuntu-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.3, ubuntu-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.3, ubuntu-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.3, ubuntu-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.3, ubuntu-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.2)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.2)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.2)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.2)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan with result cache (8.2)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.0, ubuntu-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.0, ubuntu-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.0, ubuntu-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.0, ubuntu-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.0, ubuntu-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.4, ubuntu-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.4, ubuntu-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.4, ubuntu-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.4, ubuntu-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.4, ubuntu-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, ubuntu-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, ubuntu-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, ubuntu-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, ubuntu-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, ubuntu-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, ubuntu-latest)

Function proc_open() uses native union types but they're supported only on PHP 8.0 and later.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, ubuntu-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, ubuntu-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, ubuntu-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, ubuntu-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, ubuntu-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, ubuntu-latest)

Function proc_open() uses native union types but they're supported only on PHP 8.0 and later.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, ubuntu-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, ubuntu-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, ubuntu-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, ubuntu-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, ubuntu-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, ubuntu-latest)

Function proc_open() uses native union types but they're supported only on PHP 8.0 and later.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.1, windows-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.1, windows-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.1, windows-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.1, windows-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.1, windows-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.2, windows-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.2, windows-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.2, windows-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.2, windows-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.2, windows-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.3, windows-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.3, windows-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.3, windows-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.3, windows-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.3, windows-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.0, windows-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.0, windows-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.0, windows-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.0, windows-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.0, windows-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.4, windows-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.4, windows-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.4, windows-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.4, windows-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.4, windows-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, windows-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, windows-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, windows-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, windows-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, windows-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, windows-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, windows-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, windows-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, windows-latest)

Function proc_open() uses native union types but they're supported only on PHP 8.0 and later.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, windows-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, windows-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, windows-latest)

Function proc_open() uses native union types but they're supported only on PHP 8.0 and later.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, windows-latest)

Function proc_open() has parameter $command with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, windows-latest)

Function proc_open() has parameter $descriptor_spec with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, windows-latest)

Function proc_open() has parameter $env_vars with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, windows-latest)

Function proc_open() has parameter $options with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, windows-latest)

Function proc_open() has parameter $pipes with no value type specified in iterable type array.

Check failure on line 344 in stubs/core.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, windows-latest)

Function proc_open() uses native union types but they're supported only on PHP 8.0 and later.
18 changes: 18 additions & 0 deletions stubs/openssl.stub
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

/**
* @param string $data
* @param string &$signature
* @param \OpenSSLAsymmetricKey|\OpenSSLCertificate|string $private_key
* @param string|int $algorithm
*
* @param-out string $signature
*
* @return bool
*/
function openssl_sign(
string $data,
string &$signature,
\OpenSSLAsymmetricKey|\OpenSSLCertificate|string $private_key,

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, ubuntu-latest)

Function openssl_sign() uses native union types but they're supported only on PHP 8.0 and later.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, ubuntu-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLAsymmetricKey.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, ubuntu-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLAsymmetricKey.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, ubuntu-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLCertificate.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, ubuntu-latest)

Function openssl_sign() uses native union types but they're supported only on PHP 8.0 and later.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, ubuntu-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLAsymmetricKey.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, ubuntu-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLAsymmetricKey.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, ubuntu-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLCertificate.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, ubuntu-latest)

Function openssl_sign() uses native union types but they're supported only on PHP 8.0 and later.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, ubuntu-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLAsymmetricKey.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, ubuntu-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLAsymmetricKey.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, ubuntu-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLCertificate.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, windows-latest)

Function openssl_sign() uses native union types but they're supported only on PHP 8.0 and later.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, windows-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLAsymmetricKey.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, windows-latest)

Function openssl_sign() uses native union types but they're supported only on PHP 8.0 and later.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, windows-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLAsymmetricKey.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, windows-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLAsymmetricKey.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, windows-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLCertificate.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, windows-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLAsymmetricKey.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, windows-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLCertificate.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, windows-latest)

Function openssl_sign() uses native union types but they're supported only on PHP 8.0 and later.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, windows-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLAsymmetricKey.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, windows-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLAsymmetricKey.

Check failure on line 16 in stubs/openssl.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, windows-latest)

Parameter $private_key of function openssl_sign() has invalid type OpenSSLCertificate.
string|int $algorithm = OPENSSL_ALGO_SHA1
): bool {}
Loading