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 757003d commit 79bef4bCopy full SHA for 79bef4b
src/Fixture/Factory/TermsExampleFactory.php
@@ -113,6 +113,7 @@ protected function configureOptions(OptionsResolver $resolver): void
113
->setDefault('name', function (Options $options): string {
114
/** @var string[] $words */
115
$words = (array) $this->faker->words(3);
116
+
117
return implode(' ', $words);
118
})
119
0 commit comments