diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2023-02-21 14:24:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 14:24:10 +0100 |
commit | 5fcb55a2a9653575eec1c9d3551d6a887a22b84f (patch) | |
tree | 390e2ea4937ccd8e4213c28077d48ba61f820af4 | |
parent | daff01241a5d80ebd147da2d6be6a644ddcfe487 (diff) | |
parent | fc9f1c2b922c45b2df55cd6c89d403766d22c4a6 (diff) | |
download | nextcloud-server-5fcb55a2a9653575eec1c9d3551d6a887a22b84f.tar.gz nextcloud-server-5fcb55a2a9653575eec1c9d3551d6a887a22b84f.zip |
Merge pull request #36793 from nextcloud/revert-36786-automated/noid/master-update-psalm-baseline
Revert "[master] Update psalm-baseline.xml"
-rw-r--r-- | build/psalm-baseline.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 704f6e84c33..c376a1b895f 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -418,10 +418,14 @@ <MoreSpecificImplementedParamType occurrences="1"> <code>$data</code> </MoreSpecificImplementedParamType> + <UndefinedFunction occurrences="1"> + <code>\Sabre\Uri\split($this->path)</code> + </UndefinedFunction> </file> <file src="apps/dav/lib/Connector/Sabre/FilesPlugin.php"> - <UndefinedFunction occurrences="2"> + <UndefinedFunction occurrences="3"> <code>\Sabre\Uri\split($destination)</code> + <code>\Sabre\Uri\split($filePath)</code> <code>\Sabre\Uri\split($source)</code> </UndefinedFunction> </file> @@ -462,9 +466,10 @@ </UndefinedFunction> </file> <file src="apps/dav/lib/Connector/Sabre/ObjectTree.php"> - <UndefinedFunction occurrences="2"> + <UndefinedFunction occurrences="3"> <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"> @@ -3407,6 +3412,11 @@ <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> |