Skip to content

Commit 79bef4b

Browse files
committed
symfony 6 support (ecs)
1 parent 757003d commit 79bef4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Fixture/Factory/TermsExampleFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ protected function configureOptions(OptionsResolver $resolver): void
113113
->setDefault('name', function (Options $options): string {
114114
/** @var string[] $words */
115115
$words = (array) $this->faker->words(3);
116+
116117
return implode(' ', $words);
117118
})
118119

0 commit comments

Comments
 (0)