summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-03-25 13:04:39 +0100
committerVincent Petry <vincent@nextcloud.com>2021-03-26 13:07:10 +0100
commit5b7a94f84c34437170d1049f8562aa2785b7e68d (patch)
treeec44d4977868c7199d4721cfe7138f3b6465fa05
parentaac7b52c66e767efb5b0a3dfcca589fdb4214fff (diff)
downloadnextcloud-server-5b7a94f84c34437170d1049f8562aa2785b7e68d.tar.gz
nextcloud-server-5b7a94f84c34437170d1049f8562aa2785b7e68d.zip
Update psalm-baseline for Avatar API quirks
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
-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 1a28e2e885e..5ae21f9787f 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>