Skip to content

Commit 64bfa4b

Browse files
committed
cs
1 parent 67cb7e9 commit 64bfa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exercise/LordOfTheStrings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function getArgs(): array
5959

6060
/** @var string $sentence */
6161
$sentence = $this->faker->words(random_int(2, 5), true);
62-
62+
6363
$options = ['start', 'end', 'anywhere', 'nowhere'];
6464
$sentence = match ($options[array_rand($options)]) {
6565
'start' => "$word $sentence",

0 commit comments

Comments
 (0)