Skip to content

Commit 7e4668e

Browse files
committed
Remove incorrect "stub implementation" since annotations
1 parent 33ebdd7 commit 7e4668e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ private function step_before_html(): bool {
16391639
* This internal function performs the 'before head' insertion mode
16401640
* logic for the generalized WP_HTML_Processor::step() function.
16411641
*
1642-
* @since 6.7.0 Stub implementation.
1642+
* @since 6.7.0
16431643
*
16441644
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
16451645
*
@@ -1958,7 +1958,7 @@ private function step_in_head(): bool {
19581958
* This internal function performs the 'in head noscript' insertion mode
19591959
* logic for the generalized WP_HTML_Processor::step() function.
19601960
*
1961-
* @since 6.7.0 Stub implementation.
1961+
* @since 6.7.0
19621962
*
19631963
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
19641964
*
@@ -2061,7 +2061,7 @@ private function step_in_head_noscript(): bool {
20612061
* This internal function performs the 'after head' insertion mode
20622062
* logic for the generalized WP_HTML_Processor::step() function.
20632063
*
2064-
* @since 6.7.0 Stub implementation.
2064+
* @since 6.7.0
20652065
*
20662066
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
20672067
*
@@ -4252,7 +4252,7 @@ private function step_in_select_in_table(): bool {
42524252
* This internal function performs the 'in template' insertion mode
42534253
* logic for the generalized WP_HTML_Processor::step() function.
42544254
*
4255-
* @since 6.7.0 Stub implementation.
4255+
* @since 6.7.0
42564256
*
42574257
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
42584258
*
@@ -4381,7 +4381,7 @@ private function step_in_template(): bool {
43814381
* This internal function performs the 'after body' insertion mode
43824382
* logic for the generalized WP_HTML_Processor::step() function.
43834383
*
4384-
* @since 6.7.0 Stub implementation.
4384+
* @since 6.7.0
43854385
*
43864386
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
43874387
*
@@ -4470,7 +4470,7 @@ private function step_after_body(): bool {
44704470
* This internal function performs the 'in frameset' insertion mode
44714471
* logic for the generalized WP_HTML_Processor::step() function.
44724472
*
4473-
* @since 6.7.0 Stub implementation.
4473+
* @since 6.7.0
44744474
*
44754475
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
44764476
*
@@ -4589,7 +4589,7 @@ private function step_in_frameset(): bool {
45894589
* This internal function performs the 'after frameset' insertion mode
45904590
* logic for the generalized WP_HTML_Processor::step() function.
45914591
*
4592-
* @since 6.7.0 Stub implementation.
4592+
* @since 6.7.0
45934593
*
45944594
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
45954595
*
@@ -4674,7 +4674,7 @@ private function step_after_frameset(): bool {
46744674
* This internal function performs the 'after after body' insertion mode
46754675
* logic for the generalized WP_HTML_Processor::step() function.
46764676
*
4677-
* @since 6.7.0 Stub implementation.
4677+
* @since 6.7.0
46784678
*
46794679
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
46804680
*
@@ -4737,7 +4737,7 @@ private function step_after_after_body(): bool {
47374737
* This internal function performs the 'after after frameset' insertion mode
47384738
* logic for the generalized WP_HTML_Processor::step() function.
47394739
*
4740-
* @since 6.7.0 Stub implementation.
4740+
* @since 6.7.0
47414741
*
47424742
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
47434743
*
@@ -4805,7 +4805,7 @@ private function step_after_after_frameset(): bool {
48054805
* This internal function performs the 'in foreign content' insertion mode
48064806
* logic for the generalized WP_HTML_Processor::step() function.
48074807
*
4808-
* @since 6.7.0 Stub implementation.
4808+
* @since 6.7.0
48094809
*
48104810
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
48114811
*

0 commit comments

Comments
 (0)