diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-09-13 02:32:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 02:32:35 +0000 |
commit | ce5fd09e750033e86994358c3565727b5adc7c9c (patch) | |
tree | af7639f1121c9e732342d941af39d5187fd64590 /build | |
parent | c9e4598360335d7eab0f4a5153dbf16a1f161351 (diff) | |
download | nextcloud-server-ce5fd09e750033e86994358c3565727b5adc7c9c.tar.gz nextcloud-server-ce5fd09e750033e86994358c3565727b5adc7c9c.zip |
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index def2f390275..5b98a8285cf 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2852,14 +2852,6 @@ <code><![CDATA[emit]]></code> </UndefinedInterfaceMethod> </file> - <file src="lib/private/legacy/OC_API.php"> - <InvalidNullableReturnType> - <code><![CDATA[int]]></code> - </InvalidNullableReturnType> - <NullableReturnStatement> - <code><![CDATA[null]]></code> - </NullableReturnStatement> - </file> <file src="lib/private/legacy/OC_App.php"> <InvalidArgument> <code><![CDATA[$groupsList]]></code> |