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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/psalm-baseline.xml')
-rw-r--r--tests/psalm-baseline.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index e2909dab4..d6ab15013 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -17,6 +17,7 @@
<code>NewMessagesSynchronized</code>
<code>SynchronizationEvent</code>
<code>UserDeletedEvent</code>
+ <code>OutboxMessageCreatedEvent</code>
</MissingDependency>
<UndefinedClass occurrences="1">
<code>ContainerInterface</code>
@@ -360,4 +361,15 @@
<code>OutputInterface</code>
</UndefinedDocblockClass>
</file>
+ <file src="lib/Events/OutboxMessageCreatedEvent.php">
+ <MissingDependency occurrences="1">
+ <code>Event</code>
+ </MissingDependency>
+ </file>
+ <file src="lib/Service/OutboxService.php">
+ <MissingDependency occurrences="2">
+ <code>OutboxMessageCreatedEvent</code>
+ <code>OutboxMessageCreatedEvent</code>
+ </MissingDependency>
+ </file>
</files>