Skip to content

Commit 618edc8

Browse files
committed
Add ignore annotations to private/internal classes
1 parent 6b4eeac commit 618edc8

5 files changed

Lines changed: 7 additions & 0 deletions

src/wp-includes/html-api/class-wp-html-active-formatting-elements.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* @since 6.4.0
3030
*
3131
* @access private
32+
* @ignore
3233
*
3334
* @see https://html.spec.whatwg.org/#list-of-active-formatting-elements
3435
* @see WP_HTML_Processor

src/wp-includes/html-api/class-wp-html-attribute-token.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* This class is for internal usage of the WP_HTML_Tag_Processor class.
1515
*
1616
* @access private
17+
* @ignore
18+
*
1719
* @since 6.2.0
1820
* @since 6.5.0 Replaced `end` with `length` to more closely match `substr()`.
1921
*

src/wp-includes/html-api/class-wp-html-open-elements.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* @since 6.4.0
2424
*
2525
* @access private
26+
* @ignore
2627
*
2728
* @see https://html.spec.whatwg.org/#stack-of-open-elements
2829
* @see WP_HTML_Processor

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* @since 6.4.0
1717
*
1818
* @access private
19+
* @ignore
1920
*
2021
* @see WP_HTML_Processor
2122
*/

src/wp-includes/html-api/class-wp-html-stack-event.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* This class is for internal usage of the WP_HTML_Processor class.
1414
*
1515
* @access private
16+
* @ignore
17+
*
1618
* @since 6.6.0
1719
*
1820
* @see WP_HTML_Processor

0 commit comments

Comments
 (0)