diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-11-21 04:17:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 04:17:02 +0000 |
commit | b3bf64b88b069fe8fdd8d04d73c58320dde182d2 (patch) | |
tree | fdc0b07d386be5df41bc59c8469161b818e5116c | |
parent | e275dc03aa568e9c4bfa9218eb371e7a4f34e34d (diff) | |
download | nextcloud-server-b3bf64b88b069fe8fdd8d04d73c58320dde182d2.tar.gz nextcloud-server-b3bf64b88b069fe8fdd8d04d73c58320dde182d2.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r-- | build/psalm-baseline.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index af3417f0e2c..aff4c548809 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3694,11 +3694,10 @@ <code>$data[floor($p)]</code> <code>$data[floor($p)]</code> </InvalidArrayOffset> - <InvalidScalarArgument occurrences="4"> + <InvalidScalarArgument occurrences="3"> <code>$this->bitDepth</code> <code>$x</code> <code>$y</code> - <code>90</code> </InvalidScalarArgument> <RedundantCondition occurrences="1"> <code>$isWritable</code> |