From 846929b90d8d3d2aa668440461a3da06a089b39a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Dec 2021 09:25:50 +0100 Subject: Make psalm more happy Signed-off-by: Joas Schilling --- lib/private/Collaboration/Collaborators/MailPlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/private/Collaboration/Collaborators/MailPlugin.php b/lib/private/Collaboration/Collaborators/MailPlugin.php index 34037084c8e..301d3780987 100644 --- a/lib/private/Collaboration/Collaborators/MailPlugin.php +++ b/lib/private/Collaboration/Collaborators/MailPlugin.php @@ -103,8 +103,8 @@ class MailPlugin implements ISearchPlugin { [ 'limit' => $limit, 'offset' => $offset, - 'enumeration' => $this->shareeEnumeration, - 'fullmatch' => $this->shareeEnumerationFullMatch, + 'enumeration' => (bool) $this->shareeEnumeration, + 'fullmatch' => (bool) $this->shareeEnumerationFullMatch, ] ); $lowerSearch = strtolower($search); -- cgit v1.2.3