Skip to content

Commit 026c3c2

Browse files
committed
Improve actively_reconstructed_formatting_attributes type annotation
1 parent 8b00f86 commit 026c3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/html-api/class-wp-html-processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class WP_HTML_Processor extends WP_HTML_Tag_Processor {
264264
*
265265
* @since 6.8.0
266266
*
267-
* @var array|null
267+
* @var array
268268
*/
269269
protected $actively_reconstructed_formatting_attributes = array();
270270

0 commit comments

Comments
 (0)