From bf50342c10dd3093417329865008e7be605135c5 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 3 Dec 2019 15:21:35 +0100 Subject: [PATCH] add @since to limitToHome Signed-off-by: Robin Appelman --- lib/public/Files/Search/ISearchQuery.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/Files/Search/ISearchQuery.php b/lib/public/Files/Search/ISearchQuery.php index 7c355ec1ef..35093e340a 100644 --- a/lib/public/Files/Search/ISearchQuery.php +++ b/lib/public/Files/Search/ISearchQuery.php @@ -71,6 +71,7 @@ interface ISearchQuery { * Whether or not the search should be limited to the users home storage * * @return bool + * @since 18.0.0 */ public function limitToHome(): bool; }