diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-03-05 06:15:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-05 06:15:00 +0000 |
commit | eb6ca991ebd516235bd0b6f20ce45fe8b6d49b19 (patch) | |
tree | db4b4b31a8291af77d0586518debb60726617341 /build/psalm-baseline.xml | |
parent | 584a3441e7b58436d1939a87f364595d30cd0819 (diff) | |
download | nextcloud-server-eb6ca991ebd516235bd0b6f20ce45fe8b6d49b19.tar.gz nextcloud-server-eb6ca991ebd516235bd0b6f20ce45fe8b6d49b19.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 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 6ec6d58e714..2425815546c 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3476,9 +3476,6 @@ <ImplementedReturnTypeMismatch occurrences="1"> <code>string|false</code> </ImplementedReturnTypeMismatch> - <InvalidNullableReturnType occurrences="1"> - <code>array</code> - </InvalidNullableReturnType> <InvalidOperand occurrences="2"> <code>!$permissions</code> <code>$this->copyFromStorage($sourceStorage, $sourceInternalPath . '/' . $file, $targetInternalPath . '/' . $file)</code> @@ -3493,9 +3490,6 @@ <code>$storage->updater</code> <code>$storage->updater</code> </NoInterfaceProperties> - <NullableReturnStatement occurrences="1"> - <code>$this->getStorageCache()->getAvailability()</code> - </NullableReturnStatement> </file> <file src="lib/private/Files/Storage/DAV.php"> <InvalidClass occurrences="2"> |