mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Make psalm more happy
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue