Skip to content

HTML Templating

HTML Templating #16

Triggered via pull request March 9, 2026 18:20
Status Success
Total duration 4m 24s
Artifacts

phpstan-static-analysis.yml

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

8 warnings
PHP static analysis / Run PHP static analysis: src/wp-includes/html-api/class-wp-html-template.php#L488
Method WP_HTML_Template::process_attribute_value() 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#L488
Method WP_HTML_Template::process_attribute_value() has invalid return type null.
PHP static analysis / Run PHP static analysis: src/wp-includes/html-api/class-wp-html-template.php#L488
Method WP_HTML_Template::process_attribute_value() has invalid return type false.
PHP static analysis / Run PHP static analysis: src/wp-includes/html-api/class-wp-html-template.php#L357
Method WP_HTML_Template::process_tag() 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#L357
Method WP_HTML_Template::process_tag() has invalid return type false.
PHP static analysis / Run PHP static analysis: src/wp-admin/options-connectors.php#L38
Function wp_options_connectors_wp_admin_render_page not found.