diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-08-19 22:08:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 22:08:15 +0200 |
commit | d8bdb439a4ed31bc3d13d11fef6c046118867d08 (patch) | |
tree | a54704c69fbbe2952a2b9696810ae49ee4ace15e /build | |
parent | d3a53d6f3911bcb68cebbe661bc87a9cde594a8d (diff) | |
parent | 560ccf5d8320c2502c8499b1704d1b348b3a3fbd (diff) | |
download | nextcloud-server-d8bdb439a4ed31bc3d13d11fef6c046118867d08.tar.gz nextcloud-server-d8bdb439a4ed31bc3d13d11fef6c046118867d08.zip |
Merge pull request #22289 from nextcloud/techdebt/noid/fix-encryption-stream-invalid-scalar-arguments
Cast float to int to avoid invalid scalar argument warning
Diffstat (limited to 'build')
-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 65f4c994d28..3ee7c97930b 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4849,11 +4849,6 @@ </InvalidReturnType> </file> <file src="lib/private/Files/Stream/Encryption.php"> - <InvalidScalarArgument occurrences="3"> - <code>$newFilePosition</code> - <code>$newFilePosition</code> - <code>$position</code> - </InvalidScalarArgument> <UndefinedInterfaceMethod occurrences="1"> <code>$cacheEntry</code> </UndefinedInterfaceMethod> |