Skip to content

Introduce wp profile queries command #203

Introduce wp profile queries command

Introduce wp profile queries command #203

Triggered via pull request March 19, 2026 13:41
Status Failure
Total duration 42s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
8s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
16s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
15s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
4s
code-quality / Spell check
code-quality  /  PHPCS
18s
code-quality / PHPCS
code-quality  /  PHPStan
21s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
code-quality / PHPCS
Process completed with exit code 1.
code-quality / PHPCS: src/Command.php#L621
Whitespace found at end of line
code-quality / PHPCS: src/Command.php#L611
Expected 1 spaces before closing parenthesis; 0 found
code-quality / PHPCS: src/Command.php#L611
Expected 1 spaces after opening parenthesis; 0 found
code-quality / PHPCS: src/Command.php#L610
Expected 1 spaces before closing parenthesis; 0 found
code-quality / PHPCS: src/Command.php#L610
Expected a space before the type cast open parenthesis; none found
code-quality / PHPCS: src/Command.php#L610
Expected 1 spaces after opening parenthesis; 0 found
code-quality / PHPCS: src/Formatter.php#L150
If control structure block found as the only statement within an "else" block. Use elseif instead.
code-quality / PHPCS
Process completed with exit code 2.
code-quality / PHPCS: src/Formatter.php#L120
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space