diff --git a/inc/Service/YandexCaptchaQuery.php b/inc/Service/YandexCaptchaQuery.php index b166065c..840637f2 100644 --- a/inc/Service/YandexCaptchaQuery.php +++ b/inc/Service/YandexCaptchaQuery.php @@ -15,7 +15,7 @@ class YandexCaptchaQuery implements RemoteCaptchaQuery { * * @param HttpDriver $http The http client. * @param string $secret Server side secret. - * @return ReCaptchaQuery A new ReCaptchaQuery query instance. + * @return YandexCaptchaQuery A new YandexCaptchaQuery query instance. */ public function __construct(HttpDriver $http, string $secret) { $this->http = $http;