From cb63bbc0ebc851030b0806804fc7c4cc1e98b0f8 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Tue, 5 Nov 2024 19:51:29 +0100 Subject: [PATCH] Lint: remove empty line --- src/wp-includes/html-api/class-wp-html-tag-processor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/html-api/class-wp-html-tag-processor.php b/src/wp-includes/html-api/class-wp-html-tag-processor.php index b3f6a6de9c0d8..a5b7645e122ee 100644 --- a/src/wp-includes/html-api/class-wp-html-tag-processor.php +++ b/src/wp-includes/html-api/class-wp-html-tag-processor.php @@ -946,7 +946,6 @@ private function base_class_next_token(): bool { $was_at = $this->bytes_already_parsed; $this->after_tag(); - // Don't proceed if there's nothing more to scan. if ( self::STATE_COMPLETE === $this->parser_state ||