mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Fix spelling for return type
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
acb4f60895
commit
f43df2b917
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ interface ISearchRequest {
|
|||
*
|
||||
* @return ISearchRequest
|
||||
*/
|
||||
public function setMetaTags(array $tags): IsearchRequest;
|
||||
public function setMetaTags(array $tags): ISearchRequest;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue