diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2023-02-13 14:36:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 14:36:24 +0100 |
commit | e0b2c932c9292b32eeaa166a5d3b149da0472f21 (patch) | |
tree | c2ed4ce170c41f9c3f97306e4106448667960d24 | |
parent | c05ae615766573f248e827b220b134accf502667 (diff) | |
parent | 59b0abdcd6fa5fee6fbdba36a303c15cfd36a566 (diff) | |
download | nextcloud-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.xml | 19 |
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->view->hash($type, $this->path, $raw)</code> - <code>new NonExistingFile($this->root, $this->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->root, $this->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->getFileInfo()->getId()</code> - </NullableReturnStatement> + <NullableReturnStatement occurrences="1"/> <ParamNameMismatch occurrences="1"> <code>$type</code> </ParamNameMismatch> |