Skip to content

Commit

Permalink
Improve actively_reconstructed_formatting_attributes type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jan 3, 2025
1 parent 8b00f86 commit 026c3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/html-api/class-wp-html-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class WP_HTML_Processor extends WP_HTML_Tag_Processor {
*
* @since 6.8.0
*
* @var array|null
* @var array
*/
protected $actively_reconstructed_formatting_attributes = array();

Expand Down

0 comments on commit 026c3c2

Please sign in to comment.