mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #36786 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
This commit is contained in:
commit
fdd5ea1d1f
1 changed files with 2 additions and 12 deletions
|
|
@ -418,14 +418,10 @@
|
|||
<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="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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue