Skip to content

Commit 9ad7278

Browse files
committed
Remove trailing params comma
1 parent 849dbec commit 9ad7278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function test_reconstructs_unclosed_a_elements() {
199199
$this->assertTrue( $processor->next_tag( 'A' ) );
200200
$this->assertSame(
201201
array( 'HTML', 'BODY', 'DIV', 'A' ),
202-
$processor->get_breadcrumbs(),
202+
$processor->get_breadcrumbs()
203203
);
204204

205205
/*

0 commit comments

Comments
 (0)