We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a24416 commit 965317fCopy full SHA for 965317f
src/LiveComponent/tests/Functional/Form/ComponentWithFormTest.php
@@ -182,7 +182,7 @@ public function testHandleCheckboxChanges(): void
182
'choice_expanded' => '',
183
'choice_multiple' => ['2'],
184
'select_multiple' => ['2'],
185
- 'entity' => (string)$id,
+ 'entity' => (string) $id,
186
'checkbox' => null,
187
'checkbox_checked' => '1',
188
'file' => '',
src/LiveComponent/tests/Unit/Form/ComponentWithFormTest.php
@@ -47,7 +47,7 @@ public function testFormValues(): void
47
48
49
50
51
52
53
0 commit comments