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
path: root/build
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2022-05-15 07:12:02 +0300
committerGitHub <noreply@github.com>2022-05-15 07:12:02 +0300
commitfafc098d8e0a7124f3b4ad54f46e2142d1231acc (patch)
tree8fb023e4a063056b9bccead4e45dfae91ef2dc56 /build
parent294f05a9d827b3878d8f5dcbb3df0c3cb14eec87 (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 599ff8ca47b..7eedc007f54 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -4557,18 +4557,6 @@
<code>array</code>
</InvalidReturnType>
</file>
- <file src="lib/public/AppFramework/Http/ZipResponse.php">
- <InvalidArrayAccess occurrences="5">
- <code>$resource['internalName']</code>
- <code>$resource['resource']</code>
- <code>$resource['size']</code>
- <code>$resource['size']</code>
- <code>$resource['time']</code>
- </InvalidArrayAccess>
- <InvalidPropertyAssignmentValue occurrences="1">
- <code>$this-&gt;resources</code>
- </InvalidPropertyAssignmentValue>
- </file>
<file src="lib/public/BackgroundJob/TimedJob.php">
<MoreSpecificImplementedParamType occurrences="1">
<code>$jobList</code>