Skip to content

Commit d586936

Browse files
committed
corrections after linter check
1 parent 0a8ea75 commit d586936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Games/Progression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function generateQuestion(): string
3030
function getCorrectAnswer(string $question): string
3131
{
3232
$elements = explode(" ", $question);
33-
$hiddenIndex = (int)array_search("..", $elements,false);
33+
$hiddenIndex = (int)array_search("..", $elements, false);
3434
$len = count($elements);
3535

3636
if ($hiddenIndex !== 0 && $hiddenIndex !== $len - 1) {

0 commit comments

Comments
 (0)