From e0d2fdd228fb2a11331b389621b7a25662fde718 Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Thu, 6 Jun 2024 15:34:54 +0100 Subject: [PATCH] Fix to the translation to return json against global json format later --- question.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question.php b/question.php index 4061e27..542fc58 100755 --- a/question.php +++ b/question.php @@ -244,7 +244,7 @@ public function process_feedback(string $feedback) { * @param string $text * @return string */ - protected function llm_translate(string $text) :string { + protected function llm_translate(string $text): string { if (current_language() == 'en') { return $text; }