Skip to content

HTML API: Provide mechanism to scan all tokens in an HTML document, not only the tags. #28189

HTML API: Provide mechanism to scan all tokens in an HTML document, not only the tags.

HTML API: Provide mechanism to scan all tokens in an HTML document, not only the tags. #28189

Triggered via pull request November 30, 2023 17:47
Status Failure
Total duration 1m 34s
Artifacts

coding-standards.yml

on: pull_request
PHP coding standards
35s
PHP coding standards
JavaScript coding standards
1m 7s
JavaScript coding standards
Slack Notifications  /  Prepare notifications
Slack Notifications / Prepare notifications
Slack Notifications  /  Cancelled notifications
Slack Notifications / Cancelled notifications
Slack Notifications  /  Failure notifications
Slack Notifications / Failure notifications
Slack Notifications  /  Fixed notifications
Slack Notifications / Fixed notifications
Slack Notifications  /  Success notifications
Slack Notifications / Success notifications
Failed workflow tasks
0s
Failed workflow tasks
Fit to window
Zoom out
Zoom in

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#L2299
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#L2299
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#L2324
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.