aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/SpeechToText/ISpeechToTextManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/SpeechToText/ISpeechToTextManager.php')
-rw-r--r--lib/public/SpeechToText/ISpeechToTextManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/SpeechToText/ISpeechToTextManager.php b/lib/public/SpeechToText/ISpeechToTextManager.php
index 85ef299ae8e..167017ead60 100644
--- a/lib/public/SpeechToText/ISpeechToTextManager.php
+++ b/lib/public/SpeechToText/ISpeechToTextManager.php
@@ -53,7 +53,7 @@ interface ISpeechToTextManager {
* @throws PreConditionNotMetException If no provider was registered but this method was still called
* @throws InvalidArgumentException If the file could not be found or is not of a supported type
*/
- public function scheduleFileTranscription(File $file, string $userId, string $appId): void;
+ public function scheduleFileTranscription(File $file, ?string $userId, string $appId): void;
/**
* @since 27.0.0