Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-08-11 18:35:37 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2021-11-01 13:48:01 +0300
commit118c647f61c2e84ed0fe55375f4063a6a6f8756c (patch)
tree1b199502c72396c5d24576014c7632937f837fd4 /build/psalm-baseline.xml
parent63d3931e8063e1923c2e79416f426b5f3c896ab1 (diff)
properly handle cases where cache wrappers block access
`CacheWrapper::formatCacheEntry` can return false for files that should be filtered out Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r--build/psalm-baseline.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 7a36e88eca3..156599e8b41 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -3509,9 +3509,6 @@
<code>string</code>
<code>string</code>
</InvalidReturnType>
- <NullableReturnStatement occurrences="1">
- <code>$this-&gt;view-&gt;hash($type, $this-&gt;path, $raw)</code>
- </NullableReturnStatement>
<UndefinedThisPropertyAssignment occurrences="1">
<code>$this-&gt;exists</code>
</UndefinedThisPropertyAssignment>