add @since to limitToHome
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
f9e5b33c2b
commit
bf50342c10
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue