summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2023-01-11 04:30:35 +0000
committerGitHub <noreply@github.com>2023-01-11 04:30:35 +0000
commitd4a98ecc43489974c5ee7656ecc7216ec0de6249 (patch)
tree2564cfb02452f9c0bb41f6125452ed8b9ef293a0 /build
parent380e5a4ee17ad5e976753cbbd79247f217e5d886 (diff)
downloadnextcloud-server-d4a98ecc43489974c5ee7656ecc7216ec0de6249.tar.gz
nextcloud-server-d4a98ecc43489974c5ee7656ecc7216ec0de6249.zip
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline-ocp.xml8
-rw-r--r--build/psalm-baseline.xml10
2 files changed, 1 insertions, 17 deletions
diff --git a/build/psalm-baseline-ocp.xml b/build/psalm-baseline-ocp.xml
index 208be393e1f..c3bf00b8926 100644
--- a/build/psalm-baseline-ocp.xml
+++ b/build/psalm-baseline-ocp.xml
@@ -60,14 +60,6 @@
<code>$jobList</code>
</MoreSpecificImplementedParamType>
</file>
- <file src="lib/public/Dashboard/Model/WidgetTemplate.php">
- <InvalidNullableReturnType occurrences="1">
- <code>WidgetSetting</code>
- </InvalidNullableReturnType>
- <NullableReturnStatement occurrences="1">
- <code>null</code>
- </NullableReturnStatement>
- </file>
<file src="lib/public/Defaults.php">
<UndefinedClass occurrences="1">
<code>\OC</code>
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index b1f1b737492..6c200c045e2 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -919,7 +919,7 @@
</InvalidArgument>
</file>
<file src="apps/files/appinfo/routes.php">
- <InvalidScope occurrences="2">
+ <InvalidScope occurrences="1">
<code>$this</code>
<code>$this</code>
</InvalidScope>
@@ -3697,14 +3697,6 @@
<code>$jobList</code>
</MoreSpecificImplementedParamType>
</file>
- <file src="lib/public/Dashboard/Model/WidgetTemplate.php">
- <InvalidNullableReturnType occurrences="1">
- <code>WidgetSetting</code>
- </InvalidNullableReturnType>
- <NullableReturnStatement occurrences="1">
- <code>null</code>
- </NullableReturnStatement>
- </file>
<file src="lib/public/Diagnostics/IQueryLogger.php">
<LessSpecificImplementedReturnType occurrences="1">
<code>mixed</code>