Skip to content

Commit 810f759

Browse files
committed
Nix trailing comma
1 parent ed57e51 commit 810f759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/rest-api/rest-posts-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2791,7 +2791,7 @@ public function test_class_list_is_list() {
27912791
function ( $classes ) {
27922792
return array_merge(
27932793
array( 'duplicate-class', 'duplicate-class' ),
2794-
$classes,
2794+
$classes
27952795
);
27962796
}
27972797
);

0 commit comments

Comments
 (0)