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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2021-10-01 19:52:59 +0300
committerVitor Mattos <vitor@php.rio>2021-10-01 21:14:19 +0300
commit89438207929de956dfd5f11f632e37c190cbbb07 (patch)
tree7d4bf860745a263806deb922ef49f464bd89a914 /tests
parentc1f9549b87dfd67d2e1972db352d538be7f32989 (diff)
Implement remove file room of removed file
Suppress psalm error Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'tests')
-rw-r--r--tests/psalm-baseline.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index 5e7b91655..72b6c1f1c 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -14,6 +14,12 @@
<code>SchemaWrapper</code>
</UndefinedClass>
</file>
+ <file src="lib/BackgroundJob/RemoveEmptyRooms.php">
+ <UndefinedClass occurrences="2">
+ <code>Filesystem</code>
+ <code>View</code>
+ </UndefinedClass>
+ </file>
<file src="lib/Chat/ChatManager.php">
<UndefinedClass occurrences="1">
<code>NullCache</code>