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-03-03 07:15:47 +0300
committerGitHub <noreply@github.com>2022-03-03 07:15:47 +0300
commit996e5de2e3c432b1b31457714e30fff96e4f6ff7 (patch)
treed447fce56bffa9ad176bd6a791101253950a7e53 /build
parent213e75b78a76e55254ba59e15c3e2697cc632dad (diff)
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 4747f5ae6ca..b8aa188722a 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -2699,22 +2699,10 @@
</UndefinedMethod>
</file>
<file src="lib/private/Archive/TAR.php">
- <InvalidReturnStatement occurrences="1">
- <code>$this-&gt;tar-&gt;extractInString($path)</code>
- </InvalidReturnStatement>
- <InvalidReturnType occurrences="1">
- <code>string</code>
- </InvalidReturnType>
<UndefinedDocblockClass occurrences="1">
<code>$this-&gt;tar-&gt;extractInString($path)</code>
</UndefinedDocblockClass>
</file>
- <file src="lib/private/Archive/ZIP.php">
- <ImplementedReturnTypeMismatch occurrences="2">
- <code>boolean|null</code>
- <code>boolean|null</code>
- </ImplementedReturnTypeMismatch>
- </file>
<file src="lib/private/Authentication/LoginCredentials/Store.php">
<RedundantCondition occurrences="1">
<code>$trySession</code>
@@ -4609,9 +4597,6 @@
<InvalidNullableReturnType occurrences="1">
<code>getBackend</code>
</InvalidNullableReturnType>
- <InvalidPropertyAssignmentValue occurrences="1">
- <code>$this-&gt;config-&gt;getUserValue($uid, 'login', 'lastLogin', 0)</code>
- </InvalidPropertyAssignmentValue>
<InvalidReturnStatement occurrences="1">
<code>$image</code>
</InvalidReturnStatement>