We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45ada6 commit f9b5beaCopy full SHA for f9b5bea
1 file changed
tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
@@ -153,7 +153,6 @@ private static function should_skip_test( ?string $test_context_element, string
153
* @return string|null Tree structure of parsed HTML, if supported, else null.
154
*/
155
private static function build_tree_representation( ?string $fragment_context, string $html ) {
156
- $processor = null;
157
if ( $fragment_context ) {
158
/*
159
* If the string of characters starts with "svg ", the context
0 commit comments