HTML API: Provide mechanism to scan all tokens in an HTML document, not only the tags. #28191
coding-standards.yml
on: pull_request
PHP coding standards
39s
JavaScript coding standards
59s
Slack Notifications
/
Cancelled notifications
Slack Notifications
/
Failure notifications
Slack Notifications
/
Fixed notifications
Slack Notifications
/
Success notifications
Failed workflow tasks
0s
Annotations
10 errors
PHP coding standards
Process completed with exit code 2.
|
PHP coding standards:
src/wp-includes/html-api/class-wp-html-tag-processor.php#L811
Terminating statement must be indented to the same level as the CASE body
|
PHP coding standards:
src/wp-includes/html-api/class-wp-html-tag-processor.php#L816
Terminating statement must be indented to the same level as the CASE body
|
PHP coding standards:
src/wp-includes/html-api/class-wp-html-tag-processor.php#L831
Terminating statement must be indented to the same level as the CASE body
|
PHP coding standards:
src/wp-includes/html-api/class-wp-html-tag-processor.php#L2300
Terminating statement must be indented to the same level as the CASE body
|
PHP coding standards:
src/wp-includes/html-api/class-wp-html-tag-processor.php#L2300
Opening statement of multi-line function call not indented correctly; expected 24 spaces but found 25
|
PHP coding standards:
src/wp-includes/html-api/class-wp-html-tag-processor.php#L2325
Terminating statement must be indented to the same level as the CASE body
|
PHP coding standards:
tests/phpunit/tests/html-api/wpHtmlTagProcessor.php#L570
When a multi-item array uses associative keys, each value should start on a new line.
|
PHP coding standards:
tests/phpunit/tests/html-api/wpHtmlTagProcessor.php#L596
When a multi-item array uses associative keys, each value should start on a new line.
|
PHP coding standards
Process completed with exit code 1.
|