summaryrefslogtreecommitdiffstats
path: root/lib/public/Files
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-03-18 17:16:28 +0100
committerRobin Appelman <robin@icewind.nl>2021-03-18 17:16:28 +0100
commit50e374c12fce6b0aeee62f42edcd18a573537a8f (patch)
treed832c977b69aeda8ab22f21a209ccb485d129e64 /lib/public/Files
parentf8bca545df7cc31b4ace6f9af9294cc182bd401e (diff)
downloadnextcloud-server-50e374c12fce6b0aeee62f42edcd18a573537a8f.tar.gz
nextcloud-server-50e374c12fce6b0aeee62f42edcd18a573537a8f.zip
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/Files')
-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();