summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-08-19 22:08:15 +0200
committerGitHub <noreply@github.com>2020-08-19 22:08:15 +0200
commitd8bdb439a4ed31bc3d13d11fef6c046118867d08 (patch)
treea54704c69fbbe2952a2b9696810ae49ee4ace15e /build
parentd3a53d6f3911bcb68cebbe661bc87a9cde594a8d (diff)
parent560ccf5d8320c2502c8499b1704d1b348b3a3fbd (diff)
downloadnextcloud-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.xml5
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>