Skip to content

Commit 279b547

Browse files
committed
phpcs
1 parent d4042f7 commit 279b547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/tests/Functional/Form/ComponentWithFormTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public function testResetForm(): void
298298
->post('/_components/form_with_many_different_fields_type/submitAndResetForm', [
299299
'body' => json_encode([
300300
'props' => $dehydratedProps,
301-
'updated' => ['form.textarea' => 'short']
301+
'updated' => ['form.textarea' => 'short'],
302302
]),
303303
'headers' => ['X-CSRF-TOKEN' => $token],
304304
])

0 commit comments

Comments
 (0)