diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-07-13 13:37:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 13:37:11 +0200 |
commit | eae4a1ea51d7f7d3ca3075cdd640e2abf27ce1ac (patch) | |
tree | 8ae43b6a81f4897cf39c1e465cf6cbcf1b833c39 | |
parent | 1cb90e2cc1d1d53cc2cd42dcbdd981b659960b53 (diff) | |
parent | 1c650177f0da43024f0013e19050231a34a37c1d (diff) | |
download | nextcloud-server-eae4a1ea51d7f7d3ca3075cdd640e2abf27ce1ac.tar.gz nextcloud-server-eae4a1ea51d7f7d3ca3075cdd640e2abf27ce1ac.zip |
Merge pull request #39326 from nextcloud/automated/noid/stable27-update-psalm-baseline
[stable27] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 378e2bf0834..378f921cb5b 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -521,9 +521,6 @@ <InvalidNullableReturnType> <code>bool</code> </InvalidNullableReturnType> - <NullableReturnStatement> - <code>$resultFileIds</code> - </NullableReturnStatement> <TooManyArguments> <code>new PreconditionFailed('Cannot filter by non-existing tag', 0, $e)</code> </TooManyArguments> @@ -2787,9 +2784,6 @@ <code>ArrayCache</code> <code>ArrayCache</code> </InvalidClass> - <InvalidNullableReturnType> - <code>getETag</code> - </InvalidNullableReturnType> <InvalidReturnStatement> <code><![CDATA[$response->getBody()]]></code> </InvalidReturnStatement> |