Skip to content

Introduce wp profile queries command #204

Introduce wp profile queries command

Introduce wp profile queries command #204

Triggered via pull request March 19, 2026 13:50
Status Failure
Total duration 51s
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
24s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
13s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
5s
code-quality / Spell check
code-quality  /  PHPCS
21s
code-quality / PHPCS
code-quality  /  PHPStan
13s
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#L622
Whitespace found at end of line
code-quality / PHPCS: src/Command.php#L612
Expected 1 spaces before closing parenthesis; 0 found
code-quality / PHPCS: src/Command.php#L612
Expected 1 spaces after opening parenthesis; 0 found
code-quality / PHPCS: src/Command.php#L611
Expected 1 spaces before closing parenthesis; 0 found
code-quality / PHPCS: src/Command.php#L611
Expected a space before the type cast open parenthesis; none found
code-quality / PHPCS: src/Command.php#L611
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