diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-01-28 04:11:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 04:11:57 +0000 |
commit | 647a81fccb4da134b63e44d97eeee89c68ed2929 (patch) | |
tree | b608e9809bd9f31d4926f1b67c1f23b0bd94304d /build | |
parent | 4d98612bc82b240742894d33b9fe6487a6c59df1 (diff) | |
download | nextcloud-server-647a81fccb4da134b63e44d97eeee89c68ed2929.tar.gz nextcloud-server-647a81fccb4da134b63e44d97eeee89c68ed2929.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
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 b088c439066..60768e781ea 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4761,10 +4761,8 @@ </UndefinedDocblockClass> </file> <file src="lib/private/legacy/OC_Files.php"> - <InvalidArgument occurrences="3"> + <InvalidArgument occurrences="1"> <code>$fh</code> - <code>$fileInfos</code> - <code>[$fileInfo]</code> </InvalidArgument> <InvalidScalarArgument occurrences="1"> <code>mt_rand()</code> |