mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
parent
6e9f260348
commit
aac6a186c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue