diff options
author | Thomas Citharel <tcit@tcit.fr> | 2022-03-22 12:39:23 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2022-05-12 18:31:59 +0200 |
commit | 232322fe062031d5fe5b5297ca60b22bc1da1d30 (patch) | |
tree | a2591d9ed9caf669cbc7c16142a84b00f435df8f /build | |
parent | 32139610c5e11ee84c71cc1db3e58523f749aa27 (diff) | |
download | nextcloud-server-232322fe062031d5fe5b5297ca60b22bc1da1d30.tar.gz nextcloud-server-232322fe062031d5fe5b5297ca60b22bc1da1d30.zip |
Modernize contacts menu
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
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 b2953298fa9..c5c3391da38 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2818,14 +2818,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> |