Skip to content

Commit

Permalink
Update nullable type
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed May 6, 2024
1 parent f4a2359 commit 250e539
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 @@ -217,7 +217,7 @@ class WP_HTML_Processor extends WP_HTML_Tag_Processor {
/** @var WP_HTML_Element_Operation[] */
private $element_queue = array();

/** @var WP_HTML_Element_Operation */
/** @var ?WP_HTML_Element_Operation */
private $current_element = null;

/** @var ?WP_HTML_Token context node if created as a fragment parser. */
Expand Down

0 comments on commit 250e539

Please sign in to comment.