diff options
author | Robin Appelman <robin@icewind.nl> | 2021-03-18 17:16:28 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2021-03-18 17:16:28 +0100 |
commit | 50e374c12fce6b0aeee62f42edcd18a573537a8f (patch) | |
tree | d832c977b69aeda8ab22f21a209ccb485d129e64 /lib/public/Files | |
parent | f8bca545df7cc31b4ace6f9af9294cc182bd401e (diff) | |
download | nextcloud-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.php | 2 |
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(); |