aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-10-16 16:33:07 +0200
committerMarcel Klehr <mklehr@gmx.net>2023-10-18 13:21:50 +0200
commit3e6a8b31c4eb7792e20315b96db86856c0f51bb6 (patch)
treea8d553a205d44fce2d4a95c7062217909864ace5 /lib/public
parente5efbc88d864386a441ee8f2534888652cdcf4b0 (diff)
downloadnextcloud-server-3e6a8b31c4eb7792e20315b96db86856c0f51bb6.tar.gz
nextcloud-server-3e6a8b31c4eb7792e20315b96db86856c0f51bb6.zip
fix(TextToImage): Fix psalm errors
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/DB/Exception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/DB/Exception.php b/lib/public/DB/Exception.php
index 987666b05a9..f977ffa7396 100644
--- a/lib/public/DB/Exception.php
+++ b/lib/public/DB/Exception.php
@@ -139,7 +139,7 @@ class Exception extends BaseException {
/**
* @return int|null
- * @psalm-return TextToImageException::REASON_*
+ * @psalm-return Exception::REASON_*
* @since 21.0.0
*/
public function getReason(): ?int {