diff options
author | Marcel Klehr <mklehr@gmx.net> | 2023-04-17 16:43:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 16:43:19 +0200 |
commit | aac6a186c105f4fcb492078511d85d6588aa692f (patch) | |
tree | f329d14b0bf77f29c2d8fd868a2ca77006949424 /lib/public | |
parent | 6e9f260348b70cede507764db6d46ba72898973f (diff) | |
download | nextcloud-server-aac6a186c105f4fcb492078511d85d6588aa692f.tar.gz nextcloud-server-aac6a186c105f4fcb492078511d85d6588aa692f.zip |
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>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/SpeechToText/ISpeechToTextManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |