diff options
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Files/Search/ISearchQuery.php | 1 |
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; } |