diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-04-07 04:13:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 04:13:21 +0000 |
commit | e1fcb73a8c0702f196fecb35342e7c72deca3180 (patch) | |
tree | cf0d57aba6909764e946f68cbc06977af990b91f /build | |
parent | c44474ce1374b0c5e6fd738bd46805901901a95e (diff) | |
download | nextcloud-server-e1fcb73a8c0702f196fecb35342e7c72deca3180.tar.gz nextcloud-server-e1fcb73a8c0702f196fecb35342e7c72deca3180.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 8c96df35e7f..93288060f5d 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2517,12 +2517,6 @@ </InvalidReturnType> </file> <file src="lib/private/Files/Storage/Wrapper/Quota.php"> - <InvalidReturnStatement occurrences="1"> - <code>$extension === 'part'</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>string</code> - </InvalidReturnType> <InvalidScalarArgument occurrences="1"> <code>$free</code> </InvalidScalarArgument> |