Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-06-21 11:34:26 +0300
committerGitHub <noreply@github.com>2022-06-21 11:34:26 +0300
commitaa8280575a6d3c0a615d8b8cb00244dfaf1e8b5a (patch)
tree01d153bf0b9073483bd0040133852f883d03b5f1
parent9b9a4f2a67bd26bb93ff1041801e60951d06b191 (diff)
parenta7ee17cc06cee57f7c9bb73dc7d04d9441567aa7 (diff)
Merge pull request #32824 from nextcloud/automated/noid/stable24-update-psalm-baseline
[stable24] Update psalm-baseline.xml
-rw-r--r--build/psalm-baseline.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index f64bc4e4006..5172ca025fe 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -3558,16 +3558,13 @@
<code>$result</code>
<code>$this-&gt;copyFromStorage($sourceStorage, $sourceInternalPath . '/' . $file, $targetInternalPath . '/' . $file, false, $isRename)</code>
</InvalidOperand>
- <InvalidReturnStatement occurrences="6">
+ <InvalidReturnStatement occurrences="4">
<code>$newUnencryptedSize</code>
<code>$result</code>
- <code>$stat</code>
<code>$this-&gt;storage-&gt;file_get_contents($path)</code>
<code>$this-&gt;storage-&gt;filesize($path)</code>
- <code>$this-&gt;storage-&gt;getLocalFile($path)</code>
</InvalidReturnStatement>
- <InvalidReturnType occurrences="5">
- <code>array</code>
+ <InvalidReturnType occurrences="3">
<code>bool</code>
<code>int</code>
<code>string</code>