diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-05-13 20:14:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 20:14:31 +0200 |
commit | 85758a4f7011cf6ec3c24d4f500129504b910767 (patch) | |
tree | cd7bd5e6c943110affeaddbf5f96655f4479fb19 /build | |
parent | 20a648ed95bb6e7e795d2c87caffaa37554b0d8f (diff) | |
parent | 232322fe062031d5fe5b5297ca60b22bc1da1d30 (diff) | |
download | nextcloud-server-85758a4f7011cf6ec3c24d4f500129504b910767.tar.gz nextcloud-server-85758a4f7011cf6ec3c24d4f500129504b910767.zip |
Merge pull request #31662 from nextcloud/modernize-contactmenu
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 84030160d7b..599ff8ca47b 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2797,14 +2797,6 @@ <code>$this->application</code> </UndefinedThisPropertyFetch> </file> - <file src="lib/private/Contacts/ContactsMenu/Manager.php"> - <InvalidNullableReturnType occurrences="1"> - <code>IEntry</code> - </InvalidNullableReturnType> - <NullableReturnStatement occurrences="1"> - <code>$entry</code> - </NullableReturnStatement> - </file> <file src="lib/private/ContactsManager.php"> <InvalidNullableReturnType occurrences="3"> <code>IAddressBook</code> |