diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2021-03-29 09:01:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:01:12 +0200 |
commit | 602de272c09ae6e11193cd19fbeea2f7e9d908e3 (patch) | |
tree | 2585bcb1b8b327cb66984e8c54eaa892aa7bf3e5 /build/psalm-baseline.xml | |
parent | 4564121c5642d80ff6f6990ed5b6e46ac0901140 (diff) | |
parent | 00d83a5db056a9c466831fd45347f414bd81f3ae (diff) | |
download | nextcloud-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.xml | 8 |
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> |