diff options
author | Robin Appelman <robin@icewind.nl> | 2021-03-18 17:16:28 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2021-03-23 13:41:11 +0000 |
commit | 2500d296c5222942f71b040b9a96c56fb3e8dbcb (patch) | |
tree | f937b68c6c50261dd0a6fc150753195507d789d6 /lib/public | |
parent | d2245734d4a9427c4f03f3568b2361728e3c42fd (diff) | |
download | nextcloud-server-2500d296c5222942f71b040b9a96c56fb3e8dbcb.tar.gz nextcloud-server-2500d296c5222942f71b040b9a96c56fb3e8dbcb.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')
-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(); |