Skip to content

Add --site-url parameter for custom domain configuration in site create #699

Add --site-url parameter for custom domain configuration in site create

Add --site-url parameter for custom domain configuration in site create #699

Re-run triggered February 14, 2026 22:37
Status Failure
Total duration 50s
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
16s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
14s
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
28s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
code-quality / PHPCS
Process completed with exit code 1.
code-quality / PHPCS: src/Site_Command.php#L548
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/Site_Command.php#L452
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.