aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TextToImage/Manager.php
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-10-18 14:09:04 +0200
committerMarcel Klehr <mklehr@gmx.net>2023-10-18 14:09:04 +0200
commitab856a5c782ffcc403fd5d4001eb52c570bd3195 (patch)
tree7a1aa02f5b3d8adf6e29c027aa900d829ffe68bf /lib/private/TextToImage/Manager.php
parent9b7f63946f090f27728e58f8c809f50a27478859 (diff)
downloadnextcloud-server-ab856a5c782ffcc403fd5d4001eb52c570bd3195.tar.gz
nextcloud-server-ab856a5c782ffcc403fd5d4001eb52c570bd3195.zip
fix(TextToImage): Fix psalm issues
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'lib/private/TextToImage/Manager.php')
-rw-r--r--lib/private/TextToImage/Manager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/TextToImage/Manager.php b/lib/private/TextToImage/Manager.php
index 192a5e5dc98..181748caf99 100644
--- a/lib/private/TextToImage/Manager.php
+++ b/lib/private/TextToImage/Manager.php
@@ -266,6 +266,7 @@ class Manager implements IManager {
* @param string $appId
* @param string|null $identifier
* @return Task[]
+ * @throws RuntimeException
*/
public function getUserTasksByApp(?string $userId, string $appId, ?string $identifier = null): array {
try {