Inconsistency with original in the name of this method

This commit is contained in:
Vladimir Lapskiy 2020-11-30 00:46:36 +05:00 committed by GitHub
parent b79206a680
commit b30ad5cf2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ final class Account extends VKAPIRequestHandler
// TODO: Filter // 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(); $this->requireUser();