HTML Templating #10
phpstan-static-analysis.yml
on: pull_request
PHP static analysis
/
Run PHP static analysis
6m 5s
Slack Notifications
/
Cancelled notifications
Slack Notifications
/
Failure notifications
Slack Notifications
/
Fixed notifications
Slack Notifications
/
Success notifications
Failed workflow tasks
0s
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#L423
Unsafe usage of new static().
|
|
PHP static analysis / Run PHP static analysis:
src/wp-includes/html-api/class-wp-html-template.php#L354
Unsafe usage of new static().
|
|
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.
|