Browse Source

Revert "[master] Update psalm-baseline.xml"

tags/v26.0.0beta5
Côme Chilliet 1 year ago
parent
commit
fc9f1c2b92
No account linked to committer's email address
1 changed files with 12 additions and 2 deletions
  1. 12
    2
      build/psalm-baseline.xml

+ 12
- 2
build/psalm-baseline.xml View File

@@ -418,10 +418,14 @@
<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="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>

Loading…
Cancel
Save