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:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2021-10-15 07:11:13 +0300
committerGitHub <noreply@github.com>2021-10-15 07:11:13 +0300
commitda8a2e1d67508b2f3114cb95a2fad02b577b4920 (patch)
tree98a080cdbdb164fcfedb973b6901dfc30d431fa4 /build
parent4e32fe8a4e69fb14cce7cd8919c1dbb403dab51e (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 4c0586d842c..712d2ee094c 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -142,9 +142,6 @@
</InvalidArgument>
</file>
<file src="apps/dav/lib/CalDAV/BirthdayService.php">
- <InvalidArrayOffset occurrences="1">
- <code>$user['uri']</code>
- </InvalidArrayOffset>
<UndefinedMethod occurrences="2">
<code>setDateTime</code>
<code>setDateTime</code>
@@ -789,10 +786,10 @@
<code>array</code>
<code>string</code>
</InvalidNullableReturnType>
- <InvalidReturnStatement occurrences="2">
+ <InvalidReturnStatement occurrences="1">
<code>$principals</code>
</InvalidReturnStatement>
- <InvalidReturnType occurrences="2">
+ <InvalidReturnType occurrences="1">
<code>string[]</code>
<code>string[]</code>
</InvalidReturnType>