From cee5aa84f02de18084067a2e33e8d252f2362be4 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Fri, 20 Oct 2023 14:56:24 +0200 Subject: fix(Text2Image): Fix psalm errors Signed-off-by: Marcel Klehr --- lib/public/TextToImage/IManager.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/public/TextToImage') 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; -- cgit v1.2.3