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
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-04-20 16:00:23 +0300
committerVitor Mattos <vitor@php.rio>2022-04-20 17:10:04 +0300
commit31373cef9d354ed3b815cc2d1b7ec2a111425217 (patch)
tree5ddbd84235ec75fa58ad4793da11692b7189ee77 /tests/psalm-baseline.xml
parent9b9d30b9f7ef266af317c17ca33c157451027ba8 (diff)
Move system message listeners to static methods
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'tests/psalm-baseline.xml')
-rw-r--r--tests/psalm-baseline.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index 1d44ea2cb..eb40d3941 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -37,12 +37,6 @@
<code>getById</code>
</UndefinedInterfaceMethod>
</file>
- <file src="lib/Chat/SystemMessage/Listener.php">
- <InvalidArgument occurrences="2">
- <code>$listener</code>
- <code>$listener</code>
- </InvalidArgument>
- </file>
<file src="lib/Command/ActiveCalls.php">
<UndefinedClass occurrences="1">
<code>Base</code>
@@ -259,7 +253,7 @@
<file src="lib/Share/RoomShareProvider.php">
<InvalidArgument occurrences="2">
<code>new GenericEvent($existingShare)</code>
- <code>self::class . '::' . 'share_file_again'</code>
+ <code>self::EVENT_SHARE_FILE_AGAIN</code>
</InvalidArgument>
<UndefinedClass occurrences="1">
<code>Cache</code>