]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix phpdoc 16422/head
authorMaxence Lange <maxence@artificial-owl.com>
Tue, 16 Jul 2019 14:47:58 +0000 (13:47 -0100)
committerMaxence Lange <maxence@artificial-owl.com>
Tue, 16 Jul 2019 14:47:58 +0000 (13:47 -0100)
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
lib/public/FullTextSearch/Model/ISearchRequest.php

index 2aafebdf40eda535df6ad13af3f4580eaf6c97e6..6874cf161b6385ca2fac9d8afc805babaa729746 100644 (file)
@@ -94,6 +94,8 @@ interface ISearchRequest {
        /**
         * Set the searched string.
         *
+        * @param string $search
+        *
         * @since 17.0.0
         *
         * @return ISearchRequest
@@ -101,10 +103,12 @@ interface ISearchRequest {
        public function setSearch(string $search): ISearchRequest;
 
        /**
-        * Complete the searched string.
+        * Extends the searched string.
         *
         * @since 17.0.0
         *
+        * @param string $search
+        *
         * @return ISearchRequest
         */
        public function addSearch(string $search): ISearchRequest;