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-PR-Bot <nextcloud-pr-bot@users.noreply.github.com>2021-01-08 07:53:15 +0300
committerGitHub <noreply@github.com>2021-01-08 07:53:15 +0300
commitb3cdb2e23a40949a1223dc79a1c0aca919538727 (patch)
tree900759e20212b93430d207d9287ea72d1a91f90c /build
parent94188370e7176b99378cc576d418974b308780c9 (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml15
1 files changed, 2 insertions, 13 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 98f849eb814..d461cdfc706 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -3061,14 +3061,10 @@
</MoreSpecificImplementedParamType>
</file>
<file src="lib/private/Archive/TAR.php">
- <FalsableReturnStatement occurrences="1">
- <code>false</code>
- </FalsableReturnStatement>
- <InvalidReturnStatement occurrences="2">
+ <InvalidReturnStatement occurrences="1">
<code>$this-&gt;tar-&gt;extractInString($path)</code>
</InvalidReturnStatement>
- <InvalidReturnType occurrences="2">
- <code>resource</code>
+ <InvalidReturnType occurrences="1">
<code>string</code>
</InvalidReturnType>
<UndefinedDocblockClass occurrences="1">
@@ -3080,10 +3076,6 @@
<code>boolean|null</code>
<code>boolean|null</code>
</ImplementedReturnTypeMismatch>
- <InvalidReturnStatement occurrences="1"/>
- <InvalidReturnType occurrences="1">
- <code>resource</code>
- </InvalidReturnType>
</file>
<file src="lib/private/Authentication/LoginCredentials/Store.php">
<RedundantCondition occurrences="1">
@@ -3592,9 +3584,6 @@
<ImplementedParamTypeMismatch occurrences="1">
<code>$eventName</code>
</ImplementedParamTypeMismatch>
- <ImplementedReturnTypeMismatch occurrences="1">
- <code>void</code>
- </ImplementedReturnTypeMismatch>
<InvalidArgument occurrences="1">
<code>$eventName</code>
</InvalidArgument>