diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-10-21 04:34:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 04:34:24 +0000 |
commit | 3004d92b0b19a27e362da0129ca771141f6cfd60 (patch) | |
tree | a0eb40d872ff2c409dffb8c3ac579a84d409b931 /build/psalm-baseline.xml | |
parent | 67ce025d6190975b6c2b5a09ae700051d28f6b73 (diff) | |
download | nextcloud-server-3004d92b0b19a27e362da0129ca771141f6cfd60.tar.gz nextcloud-server-3004d92b0b19a27e362da0129ca771141f6cfd60.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index dad00a533e2..9d33b9cf3d8 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3436,10 +3436,9 @@ <code>FederatedShareProvider</code> <code>ShareByMailProvider</code> </InvalidNullableReturnType> - <InvalidReturnStatement occurrences="4"> + <InvalidReturnStatement occurrences="3"> <code>$provider</code> <code>$provider</code> - <code>$this->roomShareProvider</code> <code>$this->shareByCircleProvider</code> </InvalidReturnStatement> <InvalidReturnType occurrences="1"> |