Skip to content

Add schedule for code quality workflow #441

Add schedule for code quality workflow

Add schedule for code quality workflow #441

Triggered via push February 12, 2026 12:26
Status Failure
Total duration 26s
Artifacts

code-quality.yml

on: push
code-quality  /  Lint GitHub Actions workflows
6s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
15s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
11s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
7s
code-quality / Spell check
code-quality  /  PHPCS
19s
code-quality / PHPCS
code-quality  /  PHPStan
22s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

10 errors
code-quality / PHPStan: src/WP_CLI/Core/CoreUpgrader.php#L74
PHPDoc tag `@var` with type string|WP_Error|false is not subtype of type bool.
code-quality / PHPStan: src/Core_Command.php#L1567
Parameter #3 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
code-quality / PHPStan: src/Core_Command.php#L1567
Cannot access offset 'message' on mixed.
code-quality / PHPStan: src/Core_Command.php#L1566
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
code-quality / PHPStan: src/Core_Command.php#L1560
Cannot access offset 'code' on mixed.
code-quality / PHPStan: src/Core_Command.php#L1505
Parameter #3 $subject of function str_replace expects array<string>|string, mixed given.
code-quality / PHPStan: src/Core_Command.php#L713
Cannot access property $last_error on mixed.
code-quality / PHPStan: src/Core_Command.php#L243
Cannot access offset 'download' on array|false.
code-quality / PHPStan: src/Core_Command.php#L242
Cannot access offset 'current' on array|false.
code-quality / PHPStan: src/Core_Command.php#L239
Variable $offer might not be defined.