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:
authorAnna Larch <anna@nextcloud.com>2022-02-11 13:20:58 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-04-07 10:20:00 +0300
commit49470b953023d26704de517ea48be1516773bb05 (patch)
tree28197499de555b56c2b0208cb22dfa5ac40d887d /tests/psalm-baseline.xml
parent286c251b188c7ebe2b9e4f27022786847249e4a7 (diff)
Add outbox backend implementation
Co-Authored-By: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Anna Larch <anna@nextcloud.com>
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>