Skip to content

Commit e14ad83

Browse files
committed
Remove trailing params comma
1 parent 11e895d commit e14ad83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)