aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-03-25 13:04:39 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-03-29 07:03:36 +0000
commit92ff94083bc546e714f9447907c877a137476c13 (patch)
treedfdf1145d807c903c6b2b919f38cec2305ab6a93 /build
parentecae7141577f60aa337533c26314bb1afeff43c4 (diff)
downloadnextcloud-server-92ff94083bc546e714f9447907c877a137476c13.tar.gz
nextcloud-server-92ff94083bc546e714f9447907c877a137476c13.zip
Update psalm-baseline for Avatar API quirks
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'build')
-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 de3c0e83cc7..65a317495b3 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -3155,6 +3155,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>