From 7e8eb4cfb8b18cf4fe7753d5cef8742a41925df2 Mon Sep 17 00:00:00 2001 From: Dennis Snell Date: Tue, 19 Dec 2023 14:49:49 -0600 Subject: [PATCH] WPCS --- phpcs.xml.dist | 11 ++++++++++- .../tests/html-api/wpHtmlProcessorBreadcrumbs.php | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) 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',