diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-05-04 02:24:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 02:24:42 +0000 |
commit | 642536f04e6801dc0f16c949950bf94432f6d5db (patch) | |
tree | 1919cb1c4baf9bf91f93627e4225b880063e6b6c | |
parent | 3b2e490e38214ad3cd56ebe639fca207d85c4047 (diff) | |
download | nextcloud-server-642536f04e6801dc0f16c949950bf94432f6d5db.tar.gz nextcloud-server-642536f04e6801dc0f16c949950bf94432f6d5db.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-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> |