diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-08-19 17:55:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 17:55:56 +0200 |
commit | 60be722ee8781d9e94ecc66d62c0e5fcb7e3934e (patch) | |
tree | dd877a701aee73f53b2462fdcd382c290aca2c3e /build | |
parent | bc2b42250820197c3f71518299c401515f6ee1cc (diff) | |
parent | 27e7332a9c6dca6c5602b025b0880ce46b796ca4 (diff) | |
download | nextcloud-server-60be722ee8781d9e94ecc66d62c0e5fcb7e3934e.tar.gz nextcloud-server-60be722ee8781d9e94ecc66d62c0e5fcb7e3934e.zip |
Merge pull request #22288 from nextcloud/techdebt/noid/fix-oc_image-invalid-scalar-arguments
Cast float/char to int to avoid invalid scalar argument warning
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index cf9f21d0918..a1d7c787c80 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -6036,9 +6036,7 @@ <InvalidReturnType occurrences="1"> <code>bool</code> </InvalidReturnType> - <InvalidScalarArgument occurrences="19"> - <code>$bits</code> - <code>$lastIndex</code> + <InvalidScalarArgument occurrences="17"> <code>$this->bitDepth</code> <code>90</code> <code>$imagePath</code> |