summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-12-02 18:22:13 +0100
committerGitHub <noreply@github.com>2020-12-02 18:22:13 +0100
commit4deff37a3cd375a801d82b41663e2305c1d1c149 (patch)
treeb7d6f8b38396fe0cb4aec0b5b7787efdb309e0ec /build
parentdc3e05b69a31ef0187dba140520ec053a96ce554 (diff)
parentc0a05c0412e11fd80adc2059b28c8963ba4252dc (diff)
downloadnextcloud-server-4deff37a3cd375a801d82b41663e2305c1d1c149.tar.gz
nextcloud-server-4deff37a3cd375a801d82b41663e2305c1d1c149.zip
Merge pull request #23278 from nextcloud/enh/noid/user-limits
Allow subscription to indicate that a userlimit is reached
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 5606bb2c977..fd6cfd7841c 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -5098,8 +5098,9 @@
</UndefinedInterfaceMethod>
</file>
<file src="lib/private/Support/Subscription/Registry.php">
- <UndefinedInterfaceMethod occurrences="1">
+ <UndefinedInterfaceMethod occurrences="2">
<code>getSupportedApps</code>
+ <code>countUsers</code>
</UndefinedInterfaceMethod>
</file>
<file src="lib/private/SystemTag/SystemTagManager.php">