diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index 3defbc290a6b2..b177cf1f7a990 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -224,7 +224,7 @@
#############################################################################
SELECTIVE EXCLUSIONS
Exclude specific files for specific sniffs and/or exclude sub-groups in sniffs.
-
+
These exclusions are listed ordered by alphabetic sniff name.
#############################################################################
-->
@@ -250,6 +250,15 @@
/wp-tests-config-sample\.php
+
+
+ /wp-includes/html-api/class-wp-html-processor\.php
+
+
diff --git a/tests/phpunit/tests/html-api/wpHtmlProcessorBreadcrumbs.php b/tests/phpunit/tests/html-api/wpHtmlProcessorBreadcrumbs.php
index 9a9936a599118..b584740eefeab 100644
--- a/tests/phpunit/tests/html-api/wpHtmlProcessorBreadcrumbs.php
+++ b/tests/phpunit/tests/html-api/wpHtmlProcessorBreadcrumbs.php
@@ -90,7 +90,7 @@ public function data_single_tag_of_supported_elements() {
'METER',
'MULTICOL', // Deprecated
'NAV',
- 'NEXTID',// Deprecated
+ 'NEXTID', // Deprecated
'OUTPUT',
'P',
'PICTURE',