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>2019-12-03 17:21:35 +0300
committerRobin Appelman <robin@icewind.nl>2019-12-03 17:21:35 +0300
commitbf50342c10dd3093417329865008e7be605135c5 (patch)
tree79cc19c12db59127ec1c15a708a2aa30baceb89d /lib/public
parentf9e5b33c2bdd5ecf2d5087728f5ff85e6822f633 (diff)
add @since to limitToHome
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Files/Search/ISearchQuery.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Files/Search/ISearchQuery.php b/lib/public/Files/Search/ISearchQuery.php
index 7c355ec1ef3..35093e340a2 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;
}