Skip to content

Improve compatibility with other operating systems #486

Improve compatibility with other operating systems

Improve compatibility with other operating systems #486

Triggered via pull request October 12, 2025 15:34
@swissspidyswissspidy
synchronize #274
try/os
Status Failure
Total duration 26s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
7s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
19s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
13s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
4s
code-quality / Spell check
code-quality  /  PHPCS
19s
code-quality / PHPCS
code-quality  /  PHPStan
23s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

8 errors
code-quality / PHPStan
Process completed with exit code 1.
code-quality / PHPStan: src/Context/WhenStepDefinitions.php (in context of class WP_CLI/Tests/Context/FeatureContext)#L118
Parameter #1 $proc of method WP_CLI\Tests\Context\FeatureContext::wpcli_tests_invoke_proc() expects WP_CLI\Process, WP_CLI\Tests\Context\Process given.
code-quality / PHPStan: src/Context/WhenStepDefinitions.php (in context of class WP_CLI/Tests/Context/FeatureContext)#L90
Parameter #1 $proc of method WP_CLI\Tests\Context\FeatureContext::wpcli_tests_invoke_proc() expects WP_CLI\Process, WP_CLI\Tests\Context\Process given.
code-quality / PHPStan: src/Context/Process.php#L85
Parameter #2 $descriptorspec of function WP_CLI\Utils\proc_open_compat expects array<int, string>, array<int, array<int, (bool|string)>> given.
code-quality / PHPStan: src/Context/Process.php#L52
Method WP_CLI\Tests\Context\Process::create() has parameter $env with no value type specified in iterable type array.
code-quality / PHPStan: src/Context/Process.php#L43
Property WP_CLI\Tests\Context\Process::$run_times type has no value type specified in iterable type array.
code-quality / PHPStan: src/Context/Process.php#L29
Property WP_CLI\Tests\Context\Process::$descriptors type has no value type specified in iterable type array.
code-quality / PHPStan: src/Context/Process.php#L24
Property WP_CLI\Tests\Context\Process::$env type has no value type specified in iterable type array.