Skip to content

Commit 45c639a

Browse files
committed
Collaboration: Fix PHPCS alignment warnings in tests
1 parent 85b7491 commit 45c639a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/tests/rest-api/rest-collaboration-server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,8 @@ public function test_collaboration_update_ordering_preserved(): void {
832832
)
833833
);
834834

835-
$data = $response->get_data();
836-
$update_data = wp_list_pluck( $data['rooms'][0]['updates'], 'data' );
835+
$data = $response->get_data();
836+
$update_data = wp_list_pluck( $data['rooms'][0]['updates'], 'data' );
837837

838838
$this->assertSame(
839839
array(

0 commit comments

Comments
 (0)