mirror of
https://github.com/openvk/openvk
synced 2025-04-23 08:33:02 +03:00
Inconsistency with original in the name of this method
This commit is contained in:
parent
b79206a680
commit
b30ad5cf2c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue