Skip to content

Commit 76b623f

Browse files
committed
Coding standards
1 parent ff7ce11 commit 76b623f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4220,7 +4220,7 @@ public function test_note_author_can_update_own_note() {
42204220

42214221
wp_set_current_user( self::$contributor_id );
42224222

4223-
$request = new WP_REST_Request( 'PUT', '/wp/v2/comments/' . $note->comment_ID);
4223+
$request = new WP_REST_Request( 'PUT', '/wp/v2/comments/' . $note->comment_ID );
42244224
$request->set_param( 'content', 'Updated content' );
42254225
$response = rest_get_server()->dispatch( $request );
42264226

0 commit comments

Comments
 (0)