Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-03-18 19:16:28 +0300
committerRobin Appelman <robin@icewind.nl>2021-03-18 19:16:28 +0300
commit50e374c12fce6b0aeee62f42edcd18a573537a8f (patch)
treed832c977b69aeda8ab22f21a209ccb485d129e64 /lib/public
parentf8bca545df7cc31b4ace6f9af9294cc182bd401e (diff)
only require user to be set in a query that handles tags
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Files/Search/ISearchQuery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Files/Search/ISearchQuery.php b/lib/public/Files/Search/ISearchQuery.php
index 4d866f8d7b6..dd7c901f7f5 100644
--- a/lib/public/Files/Search/ISearchQuery.php
+++ b/lib/public/Files/Search/ISearchQuery.php
@@ -62,7 +62,7 @@ interface ISearchQuery {
/**
* The user that issued the search
*
- * @return IUser
+ * @return ?IUser
* @since 12.0.0
*/
public function getUser();