Skip to content

Add wp config add and wp config update commands #264

Add wp config add and wp config update commands

Add wp config add and wp config update commands #264

Triggered via pull request February 5, 2026 15:42
Status Failure
Total duration 26s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
9s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
20s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
12s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
6s
code-quality / Spell check
code-quality  /  PHPCS
16s
code-quality / PHPCS
code-quality  /  PHPStan
22s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

4 errors
code-quality / PHPStan
Process completed with exit code 1.
code-quality / PHPStan: src/Config_Command.php#L916
Parameter #4 $options of method WPConfigTransformer::update() expects array{raw?: bool, anchor?: string, separator?: string, placement?: 'after'|'before'}, non-empty-array<string, bool> given.
code-quality / PHPStan: src/Config_Command.php#L806
Parameter #4 $options of method WPConfigTransformer::update() expects array{raw?: bool, anchor?: string, separator?: string, placement?: 'after'|'before'}, non-empty-array<string, bool> given.
code-quality / PHPStan: src/Config_Command.php#L713
Parameter #4 $options of method WPConfigTransformer::update() expects array{raw?: bool, anchor?: string, separator?: string, placement?: 'after'|'before'}, array<string, bool> given.