diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-08-18 16:56:36 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-08-18 16:56:36 +0200 |
commit | 560ccf5d8320c2502c8499b1704d1b348b3a3fbd (patch) | |
tree | 8240fb211edd509183a30217113fbd222aaecc94 /build/psalm-baseline.xml | |
parent | 92b67409fa3e9ac25da7439731b5df783f50b299 (diff) | |
download | nextcloud-server-560ccf5d8320c2502c8499b1704d1b348b3a3fbd.tar.gz nextcloud-server-560ccf5d8320c2502c8499b1704d1b348b3a3fbd.zip |
Cast float to int to avoid invalid scalar argument warning
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'build/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 5a2d3ab43bf..a2e8eb89214 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4836,11 +4836,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> |