From b30ad5cf2c2ab867fdd5056af2deb724676d5e20 Mon Sep 17 00:00:00 2001 From: Vladimir Lapskiy Date: Mon, 30 Nov 2020 00:46:36 +0500 Subject: [PATCH] Inconsistency with original in the name of this method --- VKAPI/Handlers/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VKAPI/Handlers/Account.php b/VKAPI/Handlers/Account.php index 62c64750..ff2bbfdb 100644 --- a/VKAPI/Handlers/Account.php +++ b/VKAPI/Handlers/Account.php @@ -75,7 +75,7 @@ final class Account extends VKAPIRequestHandler // TODO: Filter } - function saveInfo(?string $First_name, ?string $Last_name, ?int $cancel_request_id = 0, ?int $sex = 0, ?int $relation = 0, ?string $status = "", ?string $screen_name = ""): object + function saveProfileInfo(?string $First_name, ?string $Last_name, ?int $cancel_request_id = 0, ?int $sex = 0, ?int $relation = 0, ?string $status = "", ?string $screen_name = ""): object { $this->requireUser();