From 56cd409301fc4ad0885c18ca1c3197004097e86b Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Tue, 19 Sep 2023 14:21:56 +0600 Subject: [PATCH] The return comment of the getCoordinators method has been changed. --- app/Captcha/Dto/ImageBody.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Captcha/Dto/ImageBody.php b/app/Captcha/Dto/ImageBody.php index 1a99d5a..dae1198 100644 --- a/app/Captcha/Dto/ImageBody.php +++ b/app/Captcha/Dto/ImageBody.php @@ -18,7 +18,7 @@ final readonly class ImageBody } /** - * @return Coordinators + * @return array */ public function getCoordinators(): array {