Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2021-09-14 12:15:26 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2021-09-14 16:10:44 +0300
commit8bd8e9718181aedfd2da9ebded1baea66d97f8f4 (patch)
treef3bacd0b5b5f56c06f133951d42a59d6df9ff956 /psalm.xml
parenta994ef0c4fae63b40cc0bb4ace2766b75a22ff0b (diff)
Do not cache file ids in FileSystemTags inside group folders
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
index 5ccdb481e17..d51dbb9dde6 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -77,6 +77,11 @@
<file name="build/stubs/xsl.php"/>
</stubs>
<issueHandlers>
+ <UndefinedClass>
+ <errorLevel type="suppress">
+ <referencedClass name="OCA\GroupFolders\Mount\GroupFolderStorage"/>
+ </errorLevel>
+ </UndefinedClass>
<UndefinedFunction>
<errorLevel type="suppress">
<!-- template functions: https://github.com/nextcloud/server/blob/6e8e34fef920a073118c22111f0f31eb3b3a91dc/lib/private/legacy/template/functions.php -->