Skip to content

Commit cdba027

Browse files
committed
No trailing function commas
1 parent 0bef687 commit cdba027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ public function test_json_auto_escaping() {
627627
$decoded_json_from_html = json_decode( $processor->get_modifiable_text(), true, 512, JSON_THROW_ON_ERROR );
628628
$this->assertEquals(
629629
$expected_decoded_json,
630-
$decoded_json_from_html,
630+
$decoded_json_from_html
631631
);
632632
}
633633
}

0 commit comments

Comments
 (0)