aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2024-09-17 02:18:56 +0000
committerGitHub <noreply@github.com>2024-09-17 02:18:56 +0000
commitf6c2ae298b414b744ab2820ecfe7bfc5be11016c (patch)
tree7cfcd139d87afb22f56e92cb2a0e7f34e066b682 /build
parentd76d971e55f2582ac1bbd196c9bf4d4138d4e3d3 (diff)
downloadnextcloud-server-f6c2ae298b414b744ab2820ecfe7bfc5be11016c.tar.gz
nextcloud-server-f6c2ae298b414b744ab2820ecfe7bfc5be11016c.zip
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 1555902b9bf..bf6eb530655 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -996,9 +996,6 @@
</UndefinedInterfaceMethod>
</file>
<file src="apps/files_trashbin/lib/Trashbin.php">
- <FalsableReturnStatement>
- <code><![CDATA[false]]></code>
- </FalsableReturnStatement>
<InvalidArgument>
<code><![CDATA[$timestamp]]></code>
</InvalidArgument>
@@ -2116,14 +2113,8 @@
<code><![CDATA[$this->copyFromStorage($sourceStorage, $sourceInternalPath . '/' . $file, $targetInternalPath . '/' . $file)]]></code>
</InvalidOperand>
<NoInterfaceProperties>
- <code><![CDATA[$storage->cache]]></code>
- <code><![CDATA[$storage->cache]]></code>
- <code><![CDATA[$storage->propagator]]></code>
- <code><![CDATA[$storage->propagator]]></code>
<code><![CDATA[$storage->scanner]]></code>
<code><![CDATA[$storage->scanner]]></code>
- <code><![CDATA[$storage->updater]]></code>
- <code><![CDATA[$storage->updater]]></code>
</NoInterfaceProperties>
</file>
<file src="lib/private/Files/Storage/DAV.php">
@@ -2923,11 +2914,6 @@
<code><![CDATA[\OC_App::getStorage($app)]]></code>
</FalsableReturnStatement>
</file>
- <file src="lib/public/Files/Storage.php">
- <InvalidParamDefault>
- <code><![CDATA[array]]></code>
- </InvalidParamDefault>
- </file>
<file src="lib/public/L10N/ILanguageIterator.php">
<MissingTemplateParam>
<code><![CDATA[\Iterator]]></code>