diff options
author | Marcel Klehr <mklehr@gmx.net> | 2023-10-20 14:56:24 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2023-10-20 14:56:24 +0200 |
commit | cee5aa84f02de18084067a2e33e8d252f2362be4 (patch) | |
tree | 3b13ced976ef1fe1979027ef69ec69402f4198fd /lib/public/TextToImage | |
parent | 9ee72633cf78a777756d2d4afe707f2539521ccc (diff) | |
download | nextcloud-server-cee5aa84f02de18084067a2e33e8d252f2362be4.tar.gz nextcloud-server-cee5aa84f02de18084067a2e33e8d252f2362be4.zip |
fix(Text2Image): Fix psalm errors
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
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; |