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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-03-14 13:27:43 +0300
committerGitHub <noreply@github.com>2022-03-14 13:27:43 +0300
commit371fa1c49a33ff1d03913b00446d109d03def1d7 (patch)
tree58344eadb65e5b43718704a98a2dda2813633cf7 /build
parent4e96db86080aa5e85bb6bec139c7f3f5259f2628 (diff)
parent1bf5ab35a8838161060e3270673e5febee101925 (diff)
Merge pull request #31542 from nextcloud/psalm-userCounts
Fix psalm issue about userCounts
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 24ba57f3d92..888e56b680a 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -4317,8 +4317,7 @@
</UndefinedInterfaceMethod>
</file>
<file src="lib/private/Support/Subscription/Registry.php">
- <UndefinedInterfaceMethod occurrences="2">
- <code>countUsers</code>
+ <UndefinedInterfaceMethod occurrences="1">
<code>getSupportedApps</code>
</UndefinedInterfaceMethod>
</file>