Skip to content

Commit

Permalink
Fixed TutorFenTask
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Oct 11, 2024
1 parent 67235cd commit df8afff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Game/Async/TutorFenTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public function run()
$board = FenToBoardFactory::create($this->params['fen'], new Board());
$paragraph = (new FenEvaluation(new CompleteFunction(), $board))->paragraph;

return $paragraph;
return implode(' ', $paragraph);
}
}

0 comments on commit df8afff

Please sign in to comment.