diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2023-05-04 17:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 17:15:22 +0200 |
commit | 8ada0cec2cf10426d05091c3a6fd65e0b85bd952 (patch) | |
tree | 8dc9b5f0b0d5a2b0c21479c68679aad1b688c0b8 | |
parent | 527de8ac9d989baf30144e8f9bc0381226d4aee9 (diff) | |
parent | 642536f04e6801dc0f16c949950bf94432f6d5db (diff) | |
download | nextcloud-server-8ada0cec2cf10426d05091c3a6fd65e0b85bd952.tar.gz nextcloud-server-8ada0cec2cf10426d05091c3a6fd65e0b85bd952.zip |
Merge pull request #38057 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index e7359123151..08062266683 100644 --- a/build/psalm-baseline.xml +++ b/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> |