Skip to content

HTML Templating

HTML Templating #14

Triggered via pull request March 4, 2026 17:44
Status Success
Total duration 3m 58s
Artifacts

phpstan-static-analysis.yml

on: pull_request
PHP static analysis  /  Run PHP static analysis
3m 38s
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
Failed workflow tasks
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
PHP static analysis / Run PHP static analysis: src/wp-includes/html-api/class-wp-html-template.php#L264
Method WP_HTML_Template::process_placeholder() 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#L264
Method WP_HTML_Template::process_placeholder() has invalid return type null.
PHP static analysis / Run PHP static analysis: src/wp-includes/html-api/class-wp-html-template.php#L264
Method WP_HTML_Template::process_placeholder() has invalid return type false.
PHP static analysis / Run PHP static analysis: src/wp-includes/html-api/class-wp-html-template.php#L190
Method WP_HTML_Template::process() 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#L190
Method WP_HTML_Template::process() has invalid return type false.
PHP static analysis / Run PHP static analysis: src/wp-includes/html-api/class-wp-html-template.php#L83
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#L83
Method WP_HTML_Template::render() 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.