Update lib/public/SpeechToText/ISpeechToTextManager.php

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-04-17 16:43:19 +02:00 committed by GitHub
parent 6e9f260348
commit aac6a186c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}