Fix spelling for return type

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2022-05-15 22:03:28 +02:00
parent acb4f60895
commit f43df2b917
No known key found for this signature in database
GPG key ID: 36E3664E099D0614

View file

@ -193,7 +193,7 @@ interface ISearchRequest {
*
* @return ISearchRequest
*/
public function setMetaTags(array $tags): IsearchRequest;
public function setMetaTags(array $tags): ISearchRequest;
/**