fix(VKAPI/Handlers/Groups): add array declaration

This commit is contained in:
Alexander Minkin 2025-02-09 17:11:07 +03:00
parent ac87ab52e6
commit 87c7c2ec76
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30

View file

@ -45,7 +45,7 @@ final class Groups extends VKAPIRequestHandler
$clbsCount = $user->getClubCount();
}
$rClubs;
$rClubs = array();
$ic = sizeof($clbs);
if (sizeof($clbs) > $count) {