diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-10-15 04:11:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 04:11:13 +0000 |
commit | da8a2e1d67508b2f3114cb95a2fad02b577b4920 (patch) | |
tree | 98a080cdbdb164fcfedb973b6901dfc30d431fa4 /build | |
parent | 4e32fe8a4e69fb14cce7cd8919c1dbb403dab51e (diff) | |
download | nextcloud-server-da8a2e1d67508b2f3114cb95a2fad02b577b4920.tar.gz nextcloud-server-da8a2e1d67508b2f3114cb95a2fad02b577b4920.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 7 |
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> |