Skip to content

Commit 37d1d2c

Browse files
committed
fix: Return type error after #60844
Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent db0a739 commit 37d1d2c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

lib/public/Files/Search/ISearchQuery.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,4 @@ public function getUser();
5757
* @since 18.0.0
5858
*/
5959
public function limitToHome(): bool;
60-
61-
/**
62-
* The fields to include in the search results
63-
*
64-
* @return list<string>
65-
* @since 32.0.12
66-
*/
67-
public function getSelectFields(): array;
6860
}

0 commit comments

Comments
 (0)