diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-05-17 08:29:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 08:29:32 +0200 |
commit | 9e18a3be2df17a2c10fb3325cc763828428f00c2 (patch) | |
tree | f0c3d3574bd364f21d9e63f78cba7f4ed75b1826 | |
parent | 4c61db442b1237a7ac66e4dfbefba4ca294771e3 (diff) | |
parent | f43df2b9171fcfb351f376a248994738589f6738 (diff) | |
download | nextcloud-server-9e18a3be2df17a2c10fb3325cc763828428f00c2.tar.gz nextcloud-server-9e18a3be2df17a2c10fb3325cc763828428f00c2.zip |
Merge pull request #32405 from nextcloud/debt/noid/psalm-warning-isearchrequest
-rw-r--r-- | lib/public/FullTextSearch/Model/ISearchRequest.php | 2 |
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; /** |