Skip to content

Commit 20157c9

Browse files
authored
Remove trailing comma in function call
1 parent c4bc65d commit 20157c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/interactivity-api/wpInteractivityAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ public function test_process_directives_handles_br_self_closing_tags_with_invali
845845
'myPlugin',
846846
array(
847847
'id' => 'some-id',
848-
),
848+
)
849849
);
850850

851851
$html = '</br><div data-wp-bind--id="myPlugin::state.id">Content</div>';

0 commit comments

Comments
 (0)