diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2020-12-02 18:22:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 18:22:13 +0100 |
commit | 4deff37a3cd375a801d82b41663e2305c1d1c149 (patch) | |
tree | b7d6f8b38396fe0cb4aec0b5b7787efdb309e0ec /build | |
parent | dc3e05b69a31ef0187dba140520ec053a96ce554 (diff) | |
parent | c0a05c0412e11fd80adc2059b28c8963ba4252dc (diff) | |
download | nextcloud-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.xml | 3 |
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"> |