aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2023-02-21 04:39:31 +0000
committerGitHub <noreply@github.com>2023-02-21 04:39:31 +0000
commit0c17c528d1b6712caaf15e2293b8a4d5cf7d4629 (patch)
treeb60ec20ebe2fdb49099b3556b9dc9a0745c1920b
parent93e703bbfc7c8ef654b7b0185474397ec1bbaa6b (diff)
downloadnextcloud-server-0c17c528d1b6712caaf15e2293b8a4d5cf7d4629.tar.gz
nextcloud-server-0c17c528d1b6712caaf15e2293b8a4d5cf7d4629.zip
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r--build/psalm-baseline.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index c376a1b895f..704f6e84c33 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -418,14 +418,10 @@
<MoreSpecificImplementedParamType occurrences="1">
<code>$data</code>
</MoreSpecificImplementedParamType>
- <UndefinedFunction occurrences="1">
- <code>\Sabre\Uri\split($this-&gt;path)</code>
- </UndefinedFunction>
</file>
<file src="apps/dav/lib/Connector/Sabre/FilesPlugin.php">
- <UndefinedFunction occurrences="3">
+ <UndefinedFunction occurrences="2">
<code>\Sabre\Uri\split($destination)</code>
- <code>\Sabre\Uri\split($filePath)</code>
<code>\Sabre\Uri\split($source)</code>
</UndefinedFunction>
</file>
@@ -466,10 +462,9 @@
</UndefinedFunction>
</file>
<file src="apps/dav/lib/Connector/Sabre/ObjectTree.php">
- <UndefinedFunction occurrences="3">
+ <UndefinedFunction occurrences="2">
<code>\Sabre\Uri\split($destinationPath)</code>
<code>\Sabre\Uri\split($destinationPath)</code>
- <code>\Sabre\Uri\split($path)</code>
</UndefinedFunction>
</file>
<file src="apps/dav/lib/Connector/Sabre/Principal.php">
@@ -3412,11 +3407,6 @@
<code>$appId === null</code>
</TypeDoesNotContainNull>
</file>
- <file src="lib/private/legacy/OC_FileChunking.php">
- <UndefinedDocblockClass occurrences="1">
- <code>\OC\InsufficientStorageException</code>
- </UndefinedDocblockClass>
- </file>
<file src="lib/private/legacy/OC_Files.php">
<RedundantCondition occurrences="2">
<code>$getType === self::ZIP_DIR</code>