Skip to content

Commit 547d37b

Browse files
committed
Lints
1 parent aa06e5e commit 547d37b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/html-api/wpHtmlProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ public function test_deep_nesting_fails_processing_virtual_tokens_without_error(
11251125
* └─TD (real)
11261126
* └─…
11271127
*/
1128-
$html_table_td = str_repeat( '<table><td>', WP_HTML_Processor::MAX_BOOKMARKS * 2 );
1128+
$html_table_td = str_repeat( '<table><td>', WP_HTML_Processor::MAX_BOOKMARKS * 2 );
11291129

11301130
// Offset 0
11311131
$processor = WP_HTML_Processor::create_fragment( $html_table_td );

0 commit comments

Comments
 (0)