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:
authorNextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com>2021-05-19 07:12:09 +0300
committerGitHub <noreply@github.com>2021-05-19 07:12:09 +0300
commit42d3dcb1479ef825de3ed8456b6581ef5a5c3ab2 (patch)
treebe6f6ed410edc0d6f08095509ad40c2329a97116
parentc7238e79be1c783b03efcd3e844591e396796933 (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r--build/psalm-baseline.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 69aef643562..033d8aac2a8 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -3487,10 +3487,6 @@
<MoreSpecificImplementedParamType occurrences="1">
<code>$node</code>
</MoreSpecificImplementedParamType>
- <UndefinedInterfaceMethod occurrences="2">
- <code>getSourceStorage</code>
- <code>getUnJailedPath</code>
- </UndefinedInterfaceMethod>
<UndefinedThisPropertyAssignment occurrences="1">
<code>$this-&gt;exists</code>
</UndefinedThisPropertyAssignment>
@@ -4393,13 +4389,6 @@
<code>$this-&gt;request-&gt;server</code>
</NoInterfaceProperties>
</file>
- <file src="lib/private/Security/Certificate.php">
- <ImplementedReturnTypeMismatch occurrences="3">
- <code>string|null</code>
- <code>string|null</code>
- <code>string|null</code>
- </ImplementedReturnTypeMismatch>
- </file>
<file src="lib/private/Security/CredentialsManager.php">
<InvalidReturnStatement occurrences="2">
<code>$qb-&gt;execute()</code>