mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
fix(search-query): fix psalm type error
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
This commit is contained in:
parent
db0a7393fe
commit
3fc1e3db78
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class SearchQuery implements ISearchQuery {
|
|||
/** @var ?IUser */
|
||||
private $user;
|
||||
private $limitToHome;
|
||||
/** @var array */
|
||||
/** @var list<string> */
|
||||
private $selectFields;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue