Skip to content

Commit d17956a

Browse files
committed
Remove access private annotations from private methods
1 parent 618edc8 commit d17956a

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,8 +793,6 @@ public function next_token(): bool {
793793
* @since 6.7.2 Added for internal support.
794794
* @ignore
795795
*
796-
* @access private
797-
*
798796
* @return bool
799797
*/
800798
private function next_visitable_token(): bool {

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,8 +947,6 @@ public function next_token(): bool {
947947
* @since 6.5.0
948948
* @ignore
949949
*
950-
* @access private
951-
*
952950
* @return bool Whether a token was parsed.
953951
*/
954952
private function base_class_next_token(): bool {

0 commit comments

Comments
 (0)