mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Make psalm more happy
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
76f5436f9b
commit
e552806d46
1 changed files with 2 additions and 2 deletions
|
|
@ -102,8 +102,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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue