From aac6a186c105f4fcb492078511d85d6588aa692f Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 17 Apr 2023 16:43:19 +0200 Subject: Update lib/public/SpeechToText/ISpeechToTextManager.php Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr --- lib/public/SpeechToText/ISpeechToTextManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/public/SpeechToText/ISpeechToTextManager.php b/lib/public/SpeechToText/ISpeechToTextManager.php index 430a6cbc450..062f500b59c 100644 --- a/lib/public/SpeechToText/ISpeechToTextManager.php +++ b/lib/public/SpeechToText/ISpeechToTextManager.php @@ -61,5 +61,5 @@ interface ISpeechToTextManager { * @throws InvalidArgumentException If the file could not be found or is not of a supported type * @throws RuntimeException If the transcription failed for other reasons */ - public function transcribeFile(File $file) : string; + public function transcribeFile(File $file): string; } -- cgit v1.2.3