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
path: root/lib
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-05-17 09:29:32 +0300
committerGitHub <noreply@github.com>2022-05-17 09:29:32 +0300
commit9e18a3be2df17a2c10fb3325cc763828428f00c2 (patch)
treef0c3d3574bd364f21d9e63f78cba7f4ed75b1826 /lib
parent4c61db442b1237a7ac66e4dfbefba4ca294771e3 (diff)
parentf43df2b9171fcfb351f376a248994738589f6738 (diff)
Merge pull request #32405 from nextcloud/debt/noid/psalm-warning-isearchrequest
Diffstat (limited to 'lib')
-rw-r--r--lib/public/FullTextSearch/Model/ISearchRequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/FullTextSearch/Model/ISearchRequest.php b/lib/public/FullTextSearch/Model/ISearchRequest.php
index be93b2d9970..76fc3b18b02 100644
--- a/lib/public/FullTextSearch/Model/ISearchRequest.php
+++ b/lib/public/FullTextSearch/Model/ISearchRequest.php
@@ -193,7 +193,7 @@ interface ISearchRequest {
*
* @return ISearchRequest
*/
- public function setMetaTags(array $tags): IsearchRequest;
+ public function setMetaTags(array $tags): ISearchRequest;
/**