Skip to content

HTML Templating

HTML Templating #10

Triggered via pull request March 4, 2026 11:07
Status Success
Total duration 6m 25s
Artifacts

phpstan-static-analysis.yml

on: pull_request
PHP static analysis  /  Run PHP static analysis
6m 5s
PHP static analysis / Run PHP static analysis
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

5 warnings
PHP static analysis / Run PHP static analysis: src/wp-includes/html-api/class-wp-html-template.php#L447
Method WP_HTML_Template::render() uses native union types but they're supported only on PHP 8.0 and later.
PHP static analysis / Run PHP static analysis: src/wp-includes/html-api/class-wp-html-template.php#L447
Method WP_HTML_Template::render() has invalid return type false.
PHP static analysis / Run PHP static analysis: src/wp-includes/html-api/class-wp-html-template.php#L143
Call to private method create_fragment_at_current_node() of class WP_HTML_Processor.