diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-10-14 04:11:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 04:11:22 +0000 |
commit | 0b799f4794ffa85b45c73feeff9ff74f96701169 (patch) | |
tree | c8746b9a0c367d04fa7437f6379d26d3c93ffaac /build | |
parent | f95a26876768dfb7d67f18d542271256c02ed5c1 (diff) | |
download | nextcloud-server-0b799f4794ffa85b45c73feeff9ff74f96701169.tar.gz nextcloud-server-0b799f4794ffa85b45c73feeff9ff74f96701169.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-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 0da1c8fc179..4c0586d842c 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4151,8 +4151,7 @@ <ImplementedReturnTypeMismatch occurrences="1"> <code>null|string</code> </ImplementedReturnTypeMismatch> - <LessSpecificImplementedReturnType occurrences="2"> - <code>array</code> + <LessSpecificImplementedReturnType occurrences="1"> <code>array|mixed</code> </LessSpecificImplementedReturnType> </file> |