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
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-09-14 17:12:39 +0300
commit3aa21120bc539bf4b31f54067769991fecd9fd41 (patch)
tree9f517e956b333b5544cf22df6efae5542af3df49 /psalm.xml
parentfefcd8652a08de117200540b3eeb0a98f12adcc7 (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 f299558450d..2858b448904 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -46,6 +46,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 -->