Fix typehint in Account.getAppPermissions which caused 500

This commit is contained in:
celestora 2022-03-29 12:26:29 +03:00 committed by GitHub
parent 52026aca26
commit f3009d71e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ final class Account extends VKAPIRequestHandler
return 1;
}
function getAppPermissions(): object
function getAppPermissions(): int
{
return 9355263;
}