diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2021-09-14 11:15:26 +0200 |
---|---|---|
committer | Richard Steinmetz <richard@steinmetz.cloud> | 2021-09-14 15:10:44 +0200 |
commit | 8bd8e9718181aedfd2da9ebded1baea66d97f8f4 (patch) | |
tree | f3bacd0b5b5f56c06f133951d42a59d6df9ff956 /psalm.xml | |
parent | a994ef0c4fae63b40cc0bb4ace2766b75a22ff0b (diff) | |
download | nextcloud-server-8bd8e9718181aedfd2da9ebded1baea66d97f8f4.tar.gz nextcloud-server-8bd8e9718181aedfd2da9ebded1baea66d97f8f4.zip |
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.xml | 5 |
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 --> |