diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-11-03 04:22:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 04:22:48 +0000 |
commit | 79874b8b94a14d080bcdc6127c11941f99e40f9c (patch) | |
tree | 68083373ead72779c0bda158a46190614ebc8f83 /build/psalm-baseline.xml | |
parent | bfb764b5f3a26add7059391134c86a1fca460dfd (diff) | |
download | nextcloud-server-79874b8b94a14d080bcdc6127c11941f99e40f9c.tar.gz nextcloud-server-79874b8b94a14d080bcdc6127c11941f99e40f9c.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 7ce93ebff71..9e50ec46011 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2777,19 +2777,12 @@ <InvalidOperand occurrences="1"> <code>$result</code> </InvalidOperand> - <InvalidReturnStatement occurrences="3"> - <code>$helper->getFileSize($fullPath)</code> + <InvalidReturnStatement occurrences="1"> <code>$result</code> - <code>$space</code> </InvalidReturnStatement> - <InvalidReturnType occurrences="3"> - <code>filesize</code> - <code>free_space</code> + <InvalidReturnType occurrences="1"> <code>rename</code> </InvalidReturnType> - <NullableReturnStatement occurrences="1"> - <code>$helper->getFileSize($fullPath)</code> - </NullableReturnStatement> <TypeDoesNotContainNull occurrences="2"> <code>$space === false || is_null($space)</code> <code>is_null($space)</code> |