Make psalm more happy

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/30248/head
Joas Schilling 2021-12-09 09:25:50 +07:00 committed by backportbot[bot]
parent 9da9a53166
commit 846929b90d
1 changed files with 2 additions and 2 deletions

@ -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);