mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #32824 from nextcloud/automated/noid/stable24-update-psalm-baseline
[stable24] Update psalm-baseline.xml
This commit is contained in:
commit
aa8280575a
1 changed files with 2 additions and 5 deletions
|
|
@ -3558,16 +3558,13 @@
|
|||
<code>$result</code>
|
||||
<code>$this->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->storage->file_get_contents($path)</code>
|
||||
<code>$this->storage->filesize($path)</code>
|
||||
<code>$this->storage->getLocalFile($path)</code>
|
||||
</InvalidReturnStatement>
|
||||
<InvalidReturnType occurrences="5">
|
||||
<code>array</code>
|
||||
<InvalidReturnType occurrences="3">
|
||||
<code>bool</code>
|
||||
<code>int</code>
|
||||
<code>string</code>
|
||||
|
|
|
|||
Loading…
Reference in a new issue