summaryrefslogtreecommitdiffstats
path: root/build/psalm-baseline.xml
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-03-29 09:01:12 +0200
committerGitHub <noreply@github.com>2021-03-29 09:01:12 +0200
commit602de272c09ae6e11193cd19fbeea2f7e9d908e3 (patch)
tree2585bcb1b8b327cb66984e8c54eaa892aa7bf3e5 /build/psalm-baseline.xml
parent4564121c5642d80ff6f6990ed5b6e46ac0901140 (diff)
parent00d83a5db056a9c466831fd45347f414bd81f3ae (diff)
downloadnextcloud-server-602de272c09ae6e11193cd19fbeea2f7e9d908e3.tar.gz
nextcloud-server-602de272c09ae6e11193cd19fbeea2f7e9d908e3.zip
Merge pull request #26243 from nextcloud/enh/noid/avatar-privacy-new-scope
Avatar privacy and new scope
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r--build/psalm-baseline.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 7efe87903da..feabe34ecfa 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -2981,6 +2981,14 @@
<code>InMemoryFile</code>
</ImplementedReturnTypeMismatch>
</file>
+ <file src="lib/private/Avatar/PlaceholderAvatar.php">
+ <ImplementedReturnTypeMismatch occurrences="1">
+ <code>ISimpleFile</code>
+ </ImplementedReturnTypeMismatch>
+ <InvalidScalarArgument occurrences="1">
+ <code>$data</code>
+ </InvalidScalarArgument>
+ </file>
<file src="lib/private/Avatar/UserAvatar.php">
<ImplementedReturnTypeMismatch occurrences="1">
<code>ISimpleFile</code>