Skip to content

Commit 3a21f5b

Browse files
authored
Merge pull request #61198 from nextcloud/fix/noid/psalm-error-search-query-stable32
[stable32] fix(search-query): fix psalm type error
2 parents db0a739 + 3fc1e3d commit 3a21f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Files/Search/SearchQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SearchQuery implements ISearchQuery {
2323
/** @var ?IUser */
2424
private $user;
2525
private $limitToHome;
26-
/** @var array */
26+
/** @var list<string> */
2727
private $selectFields;
2828

2929
/**

0 commit comments

Comments
 (0)