Skip to content

"Add Markdown feed support with HTML to Markdown converters" #50617

"Add Markdown feed support with HTML to Markdown converters"

"Add Markdown feed support with HTML to Markdown converters" #50617

Triggered via pull request December 4, 2025 23:58
Status Failure
Total duration 1m 11s
Artifacts

coding-standards.yml

on: pull_request
Coding standards  /  PHP checks
20s
Coding standards / PHP checks
Coding standards  /  JavaScript checks
1m 7s
Coding standards / JavaScript checks
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
Failed workflow tasks
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Coding standards / PHP checks: src/wp-includes/html-to-markdown/ElementInterface.php#L15
Method name "getTagName" in class ElementInterface is not in snake case format, try "get_tag_name"
Coding standards / PHP checks: src/wp-includes/html-to-markdown/ElementInterface.php#L15
Tabs must be used to indent lines; spaces are not allowed
Coding standards / PHP checks: src/wp-includes/html-to-markdown/ElementInterface.php#L13
Method name "isWhitespace" in class ElementInterface is not in snake case format, try "is_whitespace"
Coding standards / PHP checks: src/wp-includes/html-to-markdown/ElementInterface.php#L13
Tabs must be used to indent lines; spaces are not allowed
Coding standards / PHP checks: src/wp-includes/html-to-markdown/ElementInterface.php#L11
Method name "isText" in class ElementInterface is not in snake case format, try "is_text"
Coding standards / PHP checks: src/wp-includes/html-to-markdown/ElementInterface.php#L11
Tabs must be used to indent lines; spaces are not allowed
Coding standards / PHP checks: src/wp-includes/html-to-markdown/ElementInterface.php#L9
Method name "isBlock" in class ElementInterface is not in snake case format, try "is_block"
Coding standards / PHP checks: src/wp-includes/html-to-markdown/ElementInterface.php#L9
Tabs must be used to indent lines; spaces are not allowed
Coding standards / PHP checks: src/wp-includes/html-to-markdown/ElementInterface.php#L8
Opening brace should be on the same line as the declaration for interface ElementInterface
Coding standards / PHP checks: src/wp-includes/html-to-markdown/ElementInterface.php#L1
Filenames should be all lowercase with hyphens as word separators. Expected elementinterface.php, but found ElementInterface.php.
Coding standards / PHP checks
Process completed with exit code 2.