Add --site-url parameter for custom domain configuration in site create #699
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
7s
code-quality
/
Lint PHP files
16s
code-quality
/
Lint Gherkin Feature files
14s
code-quality
/
Spell check
7s
code-quality
/
PHPCS
19s
code-quality
/
PHPStan
28s
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.
|