Skip to content

Commit da9fc63

Browse files
committed
phpcs
1 parent a44f86c commit da9fc63

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
@@ -64,7 +64,7 @@ public function testFormValuesRebuildAfterFormChanges(): void
6464
->assertContains('changed description by user</textarea>')
6565
// check that validation happened and stuck
6666
->assertContains('This value is too short. It should have 100 characters or more.')
67-
->use(function(Crawler $crawler) {
67+
->use(function (Crawler $crawler) {
6868
$div = $crawler->filter('[data-controller="live"]');
6969
$liveData = json_decode($div->attr('data-live-data-value'), true);
7070
// make sure the 2nd collection type was initialized, that it didn't

0 commit comments

Comments
 (0)