Skip to content

Commit 965317f

Browse files
committed
Fix code standard
1 parent 6a24416 commit 965317f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function testHandleCheckboxChanges(): void
182182
'choice_expanded' => '',
183183
'choice_multiple' => ['2'],
184184
'select_multiple' => ['2'],
185-
'entity' => (string)$id,
185+
'entity' => (string) $id,
186186
'checkbox' => null,
187187
'checkbox_checked' => '1',
188188
'file' => '',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testFormValues(): void
4747
'choice_expanded' => '',
4848
'choice_multiple' => ['2'],
4949
'select_multiple' => ['2'],
50-
'entity' => (string)$id,
50+
'entity' => (string) $id,
5151
'checkbox' => null,
5252
'checkbox_checked' => '1',
5353
'file' => '',

0 commit comments

Comments
 (0)