summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2023-02-13 14:36:24 +0100
committerGitHub <noreply@github.com>2023-02-13 14:36:24 +0100
commite0b2c932c9292b32eeaa166a5d3b149da0472f21 (patch)
treec2ed4ce170c41f9c3f97306e4106448667960d24
parentc05ae615766573f248e827b220b134accf502667 (diff)
parent59b0abdcd6fa5fee6fbdba36a303c15cfd36a566 (diff)
downloadnextcloud-server-e0b2c932c9292b32eeaa166a5d3b149da0472f21.tar.gz
nextcloud-server-e0b2c932c9292b32eeaa166a5d3b149da0472f21.zip
Merge pull request #36670 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-rw-r--r--build/psalm-baseline.xml19
1 files changed, 4 insertions, 15 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 64c1e6983ac..c376a1b895f 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -2323,22 +2323,15 @@
</NullableReturnStatement>
</file>
<file src="lib/private/Files/Node/File.php">
- <InvalidReturnStatement occurrences="2">
+ <InvalidReturnStatement occurrences="1">
<code>$this-&gt;view-&gt;hash($type, $this-&gt;path, $raw)</code>
- <code>new NonExistingFile($this-&gt;root, $this-&gt;view, $path)</code>
</InvalidReturnStatement>
- <InvalidReturnType occurrences="2">
+ <InvalidReturnType occurrences="1">
<code>string</code>
<code>string</code>
</InvalidReturnType>
</file>
<file src="lib/private/Files/Node/Folder.php">
- <InvalidReturnStatement occurrences="1">
- <code>new NonExistingFolder($this-&gt;root, $this-&gt;view, $path)</code>
- </InvalidReturnStatement>
- <InvalidReturnType occurrences="1">
- <code>string</code>
- </InvalidReturnType>
<MoreSpecificImplementedParamType occurrences="1">
<code>$node</code>
</MoreSpecificImplementedParamType>
@@ -2402,15 +2395,11 @@
<InvalidArgument occurrences="1">
<code>'\OCP\Files::' . $hook</code>
</InvalidArgument>
- <InvalidNullableReturnType occurrences="1">
- <code>int</code>
- </InvalidNullableReturnType>
+ <InvalidNullableReturnType occurrences="1"/>
<InvalidReturnType occurrences="1">
<code>getChecksum</code>
</InvalidReturnType>
- <NullableReturnStatement occurrences="1">
- <code>$this-&gt;getFileInfo()-&gt;getId()</code>
- </NullableReturnStatement>
+ <NullableReturnStatement occurrences="1"/>
<ParamNameMismatch occurrences="1">
<code>$type</code>
</ParamNameMismatch>