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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-06 11:22:45 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-06 22:40:46 +0300
commit5763ed18f28dcedcf4c24307a4124e8dc65a2840 (patch)
tree8fb1b8c269729ca8b5edcb7de77ba1b93d440325 /tests/psalm-baseline.xml
parentaae379a78962017fdafdeaf491e176858d236309 (diff)
Fetch LDAP provider factory on demand
The provider is not injectible on Nextcloud 20. Therefore it needs some error handling to factor in the possible absence. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/psalm-baseline.xml')
-rw-r--r--tests/psalm-baseline.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index 66cc2bf0e..84d260f53 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -311,6 +311,13 @@
<code>SaveDraftEvent</code>
</MissingDependency>
</file>
+ <file src="lib/Service/Provisioning/Manager.php">
+ <MissingDependency occurrences="3">
+ <code>$this-&gt;serverContainer</code>
+ <code>IServerContainer</code>
+ <code>IServerContainer</code>
+ </MissingDependency>
+ </file>
<file src="lib/Service/Sync/ImapToDbSynchronizer.php">
<MissingDependency occurrences="4">
<code>NewMessagesSynchronized</code>