Browse Source

Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
pull/38057/head
nextcloud-command 3 years ago
committed by GitHub
parent
commit
642536f04e
  1. 5
      build/psalm-baseline.xml

5
build/psalm-baseline.xml

@ -2875,9 +2875,6 @@
</UndefinedInterfaceMethod>
</file>
<file src="lib/private/Files/Storage/Wrapper/Encryption.php">
<FalsableReturnStatement>
<code>false</code>
</FalsableReturnStatement>
<InvalidOperand>
<code>$result</code>
<code>$result</code>
@ -2886,12 +2883,10 @@
<InvalidReturnStatement>
<code>$newUnencryptedSize</code>
<code>$result</code>
<code><![CDATA[$this->storage->file_get_contents($path)]]></code>
</InvalidReturnStatement>
<InvalidReturnType>
<code>bool</code>
<code>int</code>
<code>string</code>
</InvalidReturnType>
<InvalidScalarArgument>
<code>$lastChunkPos</code>

Loading…
Cancel
Save