diff --git a/src/Common/Query/Query.php b/src/Common/Query/Query.php index 41e3bee14..3e4df3776 100644 --- a/src/Common/Query/Query.php +++ b/src/Common/Query/Query.php @@ -17,6 +17,13 @@ */ interface Query { + /** + * @param string $text + * + * @return Query + */ + public function withText(string $text); + /** * @param string $locale *