aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAndrey Borysenko <andrey18106x@gmail.com>2024-10-24 16:30:16 +0300
committerAndrey Borysenko <andrey18106x@gmail.com>2024-10-29 20:54:08 +0200
commita12b4da6af1fe46525b5ce2c92edad36974dfbb0 (patch)
tree82665557934baba5d0d134b05a6e4a032e53fc7a /apps
parent87327552a280f44e6699a09f8e03c312f67ce13f (diff)
downloadnextcloud-server-a12b4da6af1fe46525b5ce2c92edad36974dfbb0.tar.gz
nextcloud-server-a12b4da6af1fe46525b5ce2c92edad36974dfbb0.zip
fix(ci): psalm, suppress undefined for viewApps
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/lib/Controller/AppSettingsController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/lib/Controller/AppSettingsController.php b/apps/settings/lib/Controller/AppSettingsController.php
index 86d0f81aef8..7affb0d5069 100644
--- a/apps/settings/lib/Controller/AppSettingsController.php
+++ b/apps/settings/lib/Controller/AppSettingsController.php
@@ -79,6 +79,8 @@ class AppSettingsController extends Controller {
}
/**
+ * @psalm-suppress UndefinedClass AppAPI is shipped since 30.0.1
+ *
* @return TemplateResponse
*/
#[NoCSRFRequired]