diff options
Diffstat (limited to 'lib/public/TextToImage')
-rw-r--r-- | lib/public/TextToImage/IManager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/TextToImage/IManager.php b/lib/public/TextToImage/IManager.php index cd97312779c..5afaecd37bc 100644 --- a/lib/public/TextToImage/IManager.php +++ b/lib/public/TextToImage/IManager.php @@ -66,6 +66,7 @@ interface IManager { * @throws Exception if there was a problem inserting the task into the database * @throws PreConditionNotMetException if no provider is registered * @throws RuntimeException If the task run fail + * @since 28.0.0 */ public function runOrScheduleTask(Task $task) : void; |