diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-07-13 17:13:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 17:13:25 +0200 |
commit | 8f69b5069103a6d53bd92940b97823c56f76e636 (patch) | |
tree | e4125dfb1ca0c7c7c33cc60ba98580f29f2bc685 | |
parent | 0330588a4823db8cf00bbc94861e7039ba66ebc9 (diff) | |
parent | df746d1fb060d757978932c98493fb05e17bbe03 (diff) | |
download | nextcloud-server-8f69b5069103a6d53bd92940b97823c56f76e636.tar.gz nextcloud-server-8f69b5069103a6d53bd92940b97823c56f76e636.zip |
Merge pull request #39353 from nextcloud/tests/noid/psalm-baseline
[stable25] test(psalm): ignore known reports
-rw-r--r-- | build/psalm-baseline.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 32663c9bc15..c5a1e69e793 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2705,6 +2705,9 @@ <InvalidReturnType occurrences="1"> <code>getChecksum</code> </InvalidReturnType> + <LessSpecificImplementedReturnType occurrences="1"> + <code>INode|IRootFolder</code> + </LessSpecificImplementedReturnType> <NullableReturnStatement occurrences="1"> <code>$this->getFileInfo()->getId()</code> </NullableReturnStatement> @@ -2734,6 +2737,9 @@ <InvalidNullableReturnType occurrences="1"> <code>\OC\User\User</code> </InvalidNullableReturnType> + <LessSpecificImplementedReturnType occurrences="1"> + <code>INode|IRootFolder</code> + </LessSpecificImplementedReturnType> <NullableReturnStatement occurrences="1"> <code>$this->user</code> </NullableReturnStatement> |